﻿/* CSS Document */
/*qt：xq*/
*{ padding:0; margin:0;}
html{ overflow-x:hidden; overflow-y:auto;}
ul, ol,li{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
body{ float:left; width:100%; position:relative;}
code, kbd, pre, samp {font-family:'Microsoft yahei' ,Arial;}
a{ text-decoration:none; color:#333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;
/*清除IOS系统点击默认事件*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size: 32px;}
h2{font-size: 24px;}
h3{font-size: 22px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}

.pz_top{ float:left; width:100%;}
.pz_banner{ float:left; width:100%; overflow:hidden; position:relative; height:100vh;}
.pz_banner.auto{height: auto;}
.pz_main{ float:left; width:100%;}
.pz_down{ float:left; width:100%;}


/*pc版头部*/
.top1{ position: fixed; width:100%; height:88px; left:0; top:0; background:rgba(0,0,0,0.5); z-index:1010;
-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
        transition: all 0.2s linear;}
.top1.active{ background:rgba(0,0,0,0.7);
-webkit-box-shadow: 0 2px 6px #aaa;
   -moz-box-shadow: 0 2px 6px #aaa;
     -o-box-shadow: 0 2px 6px #aaa;
        box-shadow: 0 2px 6px #aaa;
}
.top1 .logo{ float:left; width:160px; margin:20px 0 0 0;}
.top1 .logo a,
.top1 .logo a img{display: block;float: left;width: 100%;}
.top1 .top1_1{float: right;}
.top1 .top1_1 .top1_2{float: left;margin: 32px -13px 0 55px;}
.top1 .top1_1 .top1_2 a{display: block;float: left;width: 25px;margin-left: 20px;position: relative;}
.top1 .top1_1 .top1_2 a img{display: block;float: left;width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.top1 .top1_1 .top1_2 a img.img_top_2{position: absolute;left: 0;top: 0;z-index: 9;opacity:0; filter:alpha(opacity=00);}
.top1 .top1_1 .top1_2 a i{display: block;position: absolute;right: 0;top: 30px;width: 96px;overflow: hidden;height: 0;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.top1 .top1_1 .top1_2 a:hover img.img_top_1{opacity:0; filter:alpha(opacity=00);}
.top1 .top1_1 .top1_2 a:hover img.img_top_2{opacity:1; filter:alpha(opacity=100);}
.top1 .top1_1 .top1_2 a:hover i{height: 96px;}

.menu{ float:left; height:88px;}
.menu .nli{ float:left; z-index:15; position:relative;margin-left: 88px;height: 88px;}
.menu .nli span a{ display:block; float:left; font-size:16px; height:88px; line-height:88px; padding:0 4px; color:#ffffff; position:relative; letter-spacing:1px;}
.menu .nli span a i{ display:block; position:absolute; left:50%; bottom:0; width:0; height:2px; background:#3f5d99;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.menu .nli span a:hover,
.menu .nli.on span a{ color:#bf0007;}
.menu .nli span a:hover i,
.menu .nli.on span a i{ left:0; width:100%;}
.menu .sub{ position:absolute; width:200px; left:50%; margin-left:-100px; top:100%; display:none; overflow:hidden;}
.menu .sub .section-nav1{ overflow: hidden;}
.menu .sub .li2{ position:relative; float:left; width:100%;}
.menu .sub .li2 a{ display:block; float:left; width:100%; height:48px; line-height:48px; text-align:center;color:#fff; font-size:14px; background:rgba(191,0,7,0.8); letter-spacing:1px; }
.menu .sub .li2:hover a{ background:rgba(255,255,255,0.8); color:#bf0007;}

@media  screen and (max-width:1366px){
  .menu .nli{margin-left: 44px;}
}


/*phone版头部*/
.top2{ position:fixed; left:0; top:0; width:100%; height:80px; background:rgba(0,0,0,0.5); z-index:1030;
-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
        transition: all 0.2s linear;}
.top2.active{background:rgba(0,0,0,0.7);
-webkit-box-shadow: 0 2px 6px #aaa;
   -moz-box-shadow: 0 2px 6px #aaa;
     -o-box-shadow: 0 2px 6px #aaa;
        box-shadow: 0 2px 6px #aaa;}
.top2 .logo{ float:left; width:160px; margin:16px 0 0 0;}
.top2 .logo a,
.top2 .logo a img{display: block;float: left;width: 100%;}

/*手机按钮*/
.menuph{ position:absolute; top:15px; right:15px; cursor:pointer; width:50px; height:50px; background:#bf0007; text-align:center;}
.menuph .point{ display:inline-block; width:28px; height:22px; margin-top:14px; position:relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before{ width:28px;}
.menuph .navbtn{ position:absolute; top:10px; right:0; display:inline-block; width:21px; height:1px; background:#fff;
-webkit-transition: all .3s ease-out 0s;
	 -moz-transition: all .3s ease-out 0s;
	  -ms-transition: all .3s ease-out 0s;
	   -o-transition: all .3s ease-out 0s;
	      transition: all .3s ease-out 0s;}
.menuph .navbtn::after,
.menuph .navbtn::before{ content:''; position:absolute; right:0; display:inline-block; width:28px; height:1px; background:#fff;
-webkit-transition: all .3s ease-out 0s;
	 -moz-transition: all .3s ease-out 0s;
	  -ms-transition: all .3s ease-out 0s;
	   -o-transition: all .3s ease-out 0s;
	      transition: all .3s ease-out 0s;}
.menuph .navbtn::after{ top:-11px;}
.menuph .navbtn::before{ top:10px;}
.menuph .point.active .navbtn{ background:transparent;}
.menuph .point.active .navbtn::after{	top:0px;
-webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	   -o-transform: rotate(45deg);
	      transform: rotate(45deg);}
.menuph .point.active .navbtn::before{ top:0px;
-webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	   -o-transform: rotate(-45deg);
	      transform: rotate(-45deg);}

@media  screen and (max-width:767px){
  .top2{height:50px;}
  .top2 .logo{ float:left; width:133px; margin:5px 0 0 0;}
  .top2 .logo a,
  .top2 .logo a img{display: block;float: left;width: 100%;}
  .top2 .menuph{ top:5px; right:15px; width:40px; height:40px;}
  .top2 .menuph .point{ width:22px; height:19px; margin-top:10px;}
  .top2 .menuph .point:hover .navbtn,
  .top2 .menuph .point:hover .navbtn::after,
  .top2 .menuph .point:hover .navbtn::before{ width:22px;}
  .top2 .menuph .navbtn{ top:9px; width:16px; }
  .top2 .menuph .navbtn::after,
  .top2 .menuph .navbtn::before{	width:22px;}
  .top2 .menuph .navbtn::after{ top:-9px;}
  .top2 .menuph .navbtn::before{ top:9px;}
}


/*手机下拉*/
.xialaph{ position:fixed; top:80px; left:0; width:100%; max-height:100%; overflow-y:auto; background:url(images/bg_nav.png);display:none; z-index:1049;}
.xialaph .ul1{ padding-bottom:30px;border-top: 1px solid #fff;}
.xialaph li{border-bottom: 1px solid #fff;padding: 0 15px;}
.xialaph .ul2,
.xialaph .ul3{ display:none;border-top: 1px solid #fff; position:relative;}
.xialaph .ul2 > li:last-child{border-bottom: 0 none;}
.xialaph .ul3 > li:last-child{border-bottom: 0 none;}
.xialaph h4 a{color:#333; font-size:16px; font-weight:bold; line-height:62px;}
.xialaph h5 a{color:#333; font-size:16px; line-height:57px;}
.xialaph h4,
.xialaph h5{position:relative;}
.xialaph h4 i,
.xialaph h5 i{display: block;position: absolute;right: 0;top: 50%;margin-top: -9px; width: 12px;height: 12px;border-bottom: 2px solid #bf0007;border-right: 2px solid #bf0007;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.xialaph h4.active i,
.xialaph h5.active i{margin-top: -3px;
-webkit-transform: rotate(-135deg);
   -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
        transform: rotate(-135deg);}
.xialaph .ul2{padding: 10px 0;}
.xialaph .ul3{padding: 5px 0;}
.xialaph .ul3 li a{ color:#666; font-size:14px; line-height:35px; display:block;}
.xialaph .ul3 li{ padding-top:5px;}
.xialaph .phsou{ position:relative; margin-top:30px;}
.xialaph .phsou input{ width:100%; height:56px; background-color:#fff; color:#aaa; font-size:14px; padding-left:20px; border:1px solid #e5e5e5;}
.xialaph .phsou img{ cursor:pointer; width:21px; height:22px; position:absolute; top:17px; right:29px;}
.xialaph .try{ text-align:center; padding:30px 0 0 0;}
.xialaph .try a{ display:inline-block; width:120px; background:#80b63b; font-size:16px; color:#fff; line-height:50px;}

.phonemeng{ position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:196; display:none;}

@media  screen and (max-width:767px){
.xialaph{ top:50px;}
.xialaph h4 a{ font-size:14px; line-height:42px;}
.xialaph h5 a{ color:#333; font-size:14px; line-height:38px;}
.xialaph h4 i,
.xialaph h5 i{margin-top: -6px; width: 8px;height: 8px;border-bottom: 1px solid #bf0007;border-right: 1px solid #bf0007;}
.xialaph h4.active i,
.xialaph h5.active i{margin-top: -2px;}
.xialaph .ul3 li a{ color:#666; font-size:12px; line-height:30px; display:block;}
.xialaph .ul3 li{ padding-top:5px;}
}

/*banner*/
.slide_banner{ margin:0;}
.slide_banner .slick-slide{ width:100%; padding:0;}
.slide_banner img{ width:100%;}
.slide_banner .slick-dots{width: 11px;top: 50%;left: 30px;bottom: auto;
-webkit-transform: translate(0, -50%);
	  -ms-transform: translate(0, -50%);
	      transform: translate(0, -50%);}
.slide_banner .slick-dots li{ width:11px; height:11px; border:solid 1px #ed2027; margin:10px 0;cursor: pointer;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;
 -webkit-border-radius:50%; 
    -moz-border-radius:50%;
         border-radius:50%;}
.slide_banner .slick-dots li button{ display:none;}
.slide_banner .slick-dots li.slick-active{background:#ffffff;}
@media  screen and (max-width:767px){
.slide_banner .slick-dots{left: 15px;}
.slide_banner .slick-dots li{ margin:5px 0;}	
}

.start{position: absolute;left: 0;bottom: 60px;width: 100%;text-align: center;z-index: 9;}
.start a{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.start a h4{display: block;height: 28px;line-height: 28px;font-size: 18px;color: #bf0007;}
.start a i{display: block;margin: 22px auto 0 auto;width: 20px;height: 34px;border: 1px solid #ffffff;position: relative;
-webkit-border-radius:10px; 
   -moz-border-radius:10px;
        border-radius:10px;}
.start a i::after{content: "";display: block;position: absolute;left: 50%;top: 6px;width: 4px;height: 4px;margin-left: -2px;background: #fff;
-webkit-animation: mystart 1s linear 0s infinite;
        animation: mystart 1s linear 0s infinite;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}


@media  screen and (max-width:767px){
  .start{bottom: 15px;}
  .start a h4{height: 20px;line-height: 20px;font-size: 12px;}
  .start a i{margin: 5px auto 0 auto;width: 16px;height: 28px;
  -webkit-border-radius:8px; 
     -moz-border-radius:8px;
          border-radius:8px;}
  .start a i::after{top: 5px;
  -webkit-animation: mystart1 1s linear 0s infinite;
          animation: mystart1 1s linear 0s infinite;}
}

@-webkit-keyframes mystart {
  0% {
	-webkit-transform: translateY(0px);
          transform: translateY(0px);
  }
  100% {
	-webkit-transform: translateY(16px);
          transform: translateY(16px);
  }
}
@keyframes mystart {
  0% {
	-webkit-transform: translateY(0px);
          transform: translateY(0px);
  }
  100% {
	-webkit-transform: translateY(16px);
          transform: translateY(16px);
  }
}

@-webkit-keyframes mystart1 {
  0% {
	-webkit-transform: translateY(0px);
          transform: translateY(0px);
  }
  100% {
	-webkit-transform: translateY(12px);
          transform: translateY(12px);
  }
}
@keyframes mystart1 {
  0% {
	-webkit-transform: translateY(0px);
          transform: translateY(0px);
  }
  100% {
	-webkit-transform: translateY(12px);
          transform: translateY(12px);
  }
}


/*main*/
.t_0100_bt{float: left;width: 100%;position: relative;text-align: center;}
.t_0100_bt img{display: block;margin: 0 auto;height: 88px;}
.t_0100_bt::after{content: "";display: block;margin: 35px auto 0 auto;width: 50px;height: 5px;background: #bf0007;}
.t_0100_bt.t_bt h1{display: block;margin-top: 22px;height: 60px;line-height: 60px;font-size: 40px;color: #323232;}
.t_0100_bt.t_bt::after{margin-top: 20px;}

@media  screen and (max-width:1199px){
  .t_0100_bt img{height: 66px;}
  .t_0100_bt::after{margin: 25px auto 0 auto;width: 40px;height: 4px;}
  .t_0100_bt.t_bt h1{margin-top: 15px;height: 50px;line-height: 50px;font-size: 30px;}
  .t_0100_bt.t_bt::after{margin-top: 15px;}
}

@media  screen and (max-width:991px){
  .t_0100_bt img{height: 55px;}
  .t_0100_bt::after{margin: 15px auto 0 auto;width: 30px;height: 3px;}
  .t_0100_bt.t_bt h1{margin-top: 10px;height: 40px;line-height: 40px;font-size: 20px;}
  .t_0100_bt.t_bt::after{margin-top: 10px;}
}

@media  screen and (max-width:767px){
  .t_0100_bt img{height: 33px;}
  .t_0100_bt::after{margin: 10px auto 0 auto;width: 20px;height: 2px;}
  .t_0100_bt.t_bt h1{margin-top: 5px;height: 30px;line-height: 30px;font-size: 12px;}
  .t_0100_bt.t_bt::after{margin-top: 5px;}
}

.w_0100_1{float: left;width: 100%;padding: 67px 0 60px 0;}
.t_0100_1{float: left;width: 100%;padding: 0 5%;margin-top: -34px;}
.t_0100_1 ul{float: left;width: 100%;}
.t_0100_1 ul li{float: left;width: 25%;text-align: center;margin-top: 105px;}
.t_0100_1 ul li a{display:inline-block; *display:inline; *zoom:1; vertical-align: top;}
.t_0100_1 ul li a i{display: block;margin: 0 auto;width: 144px;position: relative;}
.t_0100_1 ul li a i img{display: block;width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_1 ul li a i img.img_1_2{position: absolute;left: 0;top: 0;z-index: 9;opacity:0; filter:alpha(opacity=00);}
.t_0100_1 ul li a h1{display: block;margin-top: 10px;height: 40px;line-height: 40px;font-size: 30px;color: #212121;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_1 ul li a h4{display: block;height: 20px;line-height: 20px;font-size: 16px;margin-top: 2px;text-transform: uppercase;font-family: "Arial";color: #a3a3a3;}
.t_0100_1 ul li a:hover i img.img_1_1{opacity:0; filter:alpha(opacity=00);}
.t_0100_1 ul li a:hover i img.img_1_2{opacity:1; filter:alpha(opacity=100);}
.t_0100_1 ul li a:hover h1{color: #bf0007;}

@media  screen and (max-width:1199px){
  .w_0100_1{padding: 50px 0 40px 0;}
  .t_0100_1{padding: 0;margin-top: -25px;}
  .t_0100_1 ul li{margin-top: 75px;}
  .t_0100_1 ul li a i{width: 124px;}
  .t_0100_1 ul li a h1{margin-top: 10px;height: 32px;line-height: 32px;font-size: 22px;}
  .t_0100_1 ul li a h4{height: 20px;line-height: 20px;font-size: 12px;}
}

@media  screen and (max-width:767px){
  .w_0100_1{padding: 30px 0;}
  .t_0100_1{padding: 0;margin-top: -10px;}
  .t_0100_1 ul li{margin-top: 30px;width: 50%;}
  .t_0100_1 ul li a i{width: 64px;}
  .t_0100_1 ul li a h1{margin-top: 5px;height: 28px;line-height: 28px;font-size: 18px;}
  .t_0100_1 ul li a h4{height: 20px;line-height: 20px;font-size: 10px;}
}

.w_0100_2{float: left;width: 100%;padding: 70px 0 100px 0;}
.t_0100_2{float: left;width: 100%;margin-top: 58px;}
.t_0100_2 ul{margin: 0 -6px;}
.t_0100_2 ul li{float: left;width: 25%;padding: 0 6px;margin-top: 12px;}
.t_0100_2 ul li a{display: block;position: relative;overflow: hidden;background: #282828;}
.t_0100_2 ul li a img{display: block;width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_2 ul li a div{position: absolute;left: 0;bottom: 100%;background:rgba(255,255,255,0.8);width: 100%;height: 59%; z-index: 9;padding: 0 8%;text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_2 ul li a div::after{content: "";display: block;position: absolute;left: 33px;top: 100%;width: 0;height: 0;border-left: 14px solid transparent;border-right: 14px solid transparent;border-top: 15px solid rgba(255,255,255,0.8); }
.t_0100_2 ul li a div > span{display: block;position: relative;top: 50%;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.t_0100_2 ul li a div > span h2{display: block;height: 40px;line-height: 40px;font-size: 24px;color: #282828;position: relative;}
.t_0100_2 ul li a div > span::after{content: "";display: block;position: absolute;left: 50%;top: 45px;margin-left: -17px;width: 34px;height: 1px;background: #282828;}
.t_0100_2 ul li a div > span span{display: block;margin-top: 12px;line-height: 24px;font-size: 14px;color: #282828;height: 72px;overflow: hidden;}
.t_0100_2 ul li a:hover img{opacity:0.4; filter:alpha(opacity=40);}
.t_0100_2 ul li a:hover div{
-webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);}

@media  screen and (max-width:1480px){
  .t_0100_2 ul li a div > span h2{height: 30px;line-height: 30px;font-size: 20px;}
  .t_0100_2 ul li a div > span::after{top: 35px;}
  .t_0100_2 ul li a div > span span{margin-top: 12px;line-height: 20px;font-size: 12px;height: 60px;}
}

@media  screen and (max-width:1199px){
  .w_0100_2{padding: 60px 0 80px 0;}
  .t_0100_2{margin-top: 50px}
  .t_0100_2 ul li a div{z-index: 9;padding: 0 15px;}
  .t_0100_2 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .t_0100_2 ul li a div > span::after{top: 31px;}
  .t_0100_2 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}

@media  screen and (max-width:991px){
  .w_0100_2{padding: 50px 0 60px 0;}
  .t_0100_2{margin-top: 40px}
  .t_0100_2 ul li{width: 50%;}
  .t_0100_2 ul li a div{z-index: 9;padding: 0 10px;}
  .t_0100_2 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .t_0100_2 ul li a div > span::after{top: 31px;}
  .t_0100_2 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}

@media  screen and (max-width:767px){
  .w_0100_2{padding: 30px 0 40px 0;}
  .t_0100_2{margin-top: 10px}
  .t_0100_2 ul li{width: 100%;margin-top: 15px;}
  .t_0100_2 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .t_0100_2 ul li a div > span::after{top: 31px;}
  .t_0100_2 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}

.l_0100_2{float: left;width: 100%;text-align: center;margin-top: 90px;}
.l_0100_2 h1{display: block;line-height: 54px;font-size: 36px;color: #343434;}
.l_0100_2 h3{display: block;font-size: 22px;line-height: 30px;color: #7e7e7e;margin-top: 18px;}
.l_0100_2 a{display: block;position: relative;left: 50%;margin: 33px 0 0 -78px;width: 156px;height: 50px;line-height: 48px;font-size: 18px;color: #cd0008;border: 1px solid #cd0008;
-webkit-border-radius:3px; 
   -moz-border-radius:3px;
        border-radius:3px;}
.l_0100_2 a:hover{color: #ffffff;background: #cd0008;}

@media  screen and (max-width:1199px){
  .l_0100_2{margin-top: 70px;}
  .l_0100_2 h1{line-height: 48px;font-size: 32px;}
  .l_0100_2 h3{font-size: 20px;line-height: 28px;margin-top: 15px;}
  .l_0100_2 a{margin: 25px 0 0 -73px;width: 146px;height: 46px;line-height: 44px;font-size: 16px;}
}

@media  screen and (max-width:991px){
  .l_0100_2{margin-top: 50px;}
  .l_0100_2 h1{line-height: 42px;font-size: 28px;}
  .l_0100_2 h3{font-size: 18px;line-height: 24px;margin-top: 10px;}
  .l_0100_2 a{margin: 20px 0 0 -60px;width: 120px;height: 42px;line-height: 40px;font-size: 14px;}
}

@media  screen and (max-width:767px){
  .l_0100_2{margin-top: 30px;}
  .l_0100_2 h1{line-height: 36px;font-size: 24px;}
  .l_0100_2 h3{font-size: 16px;line-height: 20px;margin-top: 5px;}
  .l_0100_2 a{margin: 15px 0 0 -50px;width: 100px;height: 36px;line-height: 34px;font-size: 12px;}
}

.w_0100_3{float: left;width: 100%;padding: 70px 0;}
.t_0100_3{float: left;width: 100%;margin-top: 55px;}
.t_0100_3 ul{margin: 0 -30px;}
.t_0100_3 ul li{float: left;width: 25%;padding: 0 15px;}
.t_0100_3 ul li a{display: block;float: left;width: 100%;background: #efefef;text-align: center;}
.t_0100_3 ul li a div{padding: 35px 35px 28px 35px;}
.t_0100_3 ul li a div i{display: block;width: 100%;height: 213px;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_3 ul li a div h4{display: block;height: 28px;line-height: 28px;font-size: 18px;color: #353535;margin-top: 52px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_3 ul li a div span{display: block;height: 0;overflow: hidden;font-size: 14px;line-height: 28px;color: #6e6e6e;margin-top: 0;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_3 ul li a h6{display: block;padding: 0 5px;line-height: 78px;font-size: 12px;color: #212121;font-family: "Arial";font-weight: bold;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.t_0100_3 ul li a h6::before{content: "";display: block;width: 100%;height: 1px;background: #e8e8e8;}
.t_0100_3 ul li a:hover div i{height: 130px;}
.t_0100_3 ul li a:hover div h4{margin-top: 31px;color: #bf0007;}
.t_0100_3 ul li a:hover div span{margin-top: 20px;height: 84px;}
.t_0100_3 ul li a:hover h6{color: #bf0007;}

@media  screen and (max-width:1480px){
  .t_0100_3 ul li a div{padding: 25px 25px 18px 25px;}  
  .t_0100_3 ul li a div i{height: 183px;}
  .t_0100_3 ul li a:hover div i{height: 100px;}
}

@media  screen and (max-width:1199px){
  .w_0100_3{padding: 60px 0;}
  .t_0100_3{margin-top: 45px;}
  .t_0100_3 ul{margin: 0 -5px;}
  .t_0100_3 ul li{float: left;width: 25%;padding: 0 5px;}
  .t_0100_3 ul li a div{padding: 15px 15px 8px 15px;}
  .t_0100_3 ul li a div h4{display: block;height: 28px;line-height: 28px;font-size: 18px;color: #353535;margin-top: 52px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;
  -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s;}
  .t_0100_3 ul li a div span{display: block;height: 0;overflow: hidden;font-size: 14px;line-height: 28px;color: #6e6e6e;margin-top: 0;
  -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s;}
  .t_0100_3 ul li a h6{display: block;padding: 0 5px;line-height: 78px;font-size: 12px;color: #212121;font-family: "Arial";font-weight: bold;
  -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
      -ms-transition: all 0.2s ease-out 0s;
       -o-transition: all 0.2s ease-out 0s; 
          transition: all 0.2s ease-out 0s;}
  .t_0100_3 ul li a h6::before{content: "";display: block;width: 100%;height: 1px;background: #e8e8e8;}
  .t_0100_3 ul li a:hover div h4{margin-top: 31px;color: #bf0007;}
  .t_0100_3 ul li a:hover div span{margin-top: 20px;height: 84px;}
  .t_0100_3 ul li a:hover h6{color: #bf0007;}
}

@media  screen and (max-width:991px){
  .w_0100_3{padding: 50px 0;}
  .t_0100_3{margin-top: 25px;}
  .t_0100_3 ul{margin: 0 -5px;}
  .t_0100_3 ul li{float: left;width: 50%;padding: 0 5px;margin-top: 10px;}
  .t_0100_3 ul li a div{padding: 10px;}
  .t_0100_3 ul li a div i{height: auto;}
  .t_0100_3 ul li a div h4{height: 24px;line-height: 24px;font-size: 14px;margin-top: 15px;}
  .t_0100_3 ul li a div span{height: 60px;font-size: 12px;line-height: 20px;margin-top: 5px;}
  .t_0100_3 ul li a h6{line-height: 48px;font-size: 12px;}
  .t_0100_3 ul li a:hover div i{height: auto;}
  .t_0100_3 ul li a:hover div h4{margin-top: 15px;}
  .t_0100_3 ul li a:hover div span{margin-top: 5px;height: 60px;}
}

@media  screen and (max-width:767px){
  .w_0100_3{padding: 30px 0;}
  .t_0100_3{margin-top: 15px;}
  .t_0100_3 ul li{width: 100%;margin-top: 15px;}
}

.w_0100_10{float: left;width: 100%;}
.t_0100_10{float: left;width: 100%;margin-top: 40px;background: #f8f8f8;}
.t_0100_10 ul{float: left;width: 100%;padding: 0 15px;border-top: 1px solid #eaeaea;}
.t_0100_10 ul:nth-child(1){border-top: 0 none;}
.t_0100_10 ul li{float: left;width: 16.666666%;padding: 30px 0;}
.t_0100_10 ul li a{display: block;float: left;width: 100%;border-right: 1px solid #eaeaea;}
.t_0100_10 ul li:nth-child(1) a{border-left: 1px solid #eaeaea;}
.t_0100_10 ul li a img{display: block;float: left;width: 100%;}

@media  screen and (max-width:1199px){
  .t_0100_10 ul li{padding: 25px 0;}
}

@media  screen and (max-width:991px){
  .t_0100_10 ul li{padding: 20px 0;}
}

@media  screen and (max-width:767px){
  .t_0100_10 ul{border-top: 0 none;}
  .t_0100_10 ul li{width: 33.333333%;padding: 15px 0;}
  .t_0100_10 ul li:nth-child(4) a{border-left: 1px solid #eaeaea;}
}



/*right*/
.right{position: fixed;right: 25px;top: 30%;width: 40px;padding-bottom: 13px;z-index: 999;}
.right::before{content: "";display: block;position: absolute;left: 50%;top: 0;width: 1px;height: 100%;margin-left: -0.5px;background: #bf0007;}
.right ul{float: left;width: 40px;}
.right ul::after,
.right ul::before{content: "";display: block;position: absolute;left: 50%;margin-left: -3.5px;width: 7px;height: 7px;border: 2px solid #9b0207;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}
.right ul::before{top: 100%;}
.right ul::after{bottom: 100%;}
.right ul li{float: left;width: 40px;margin-top: 13px;}
.right ul li a{display: block;position: relative;width: 100%;}
.right ul li a img{display: block;width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.right ul li a i{display: block;position: absolute;right: 45px;top: 50%;margin-top: -48px;overflow: hidden;width: 0;height: 96px;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.right ul li a i img{max-width: none;width: 96px;}
.right ul li a:hover > img{opacity:0.8; filter:alpha(opacity=80);}
.right ul li a:hover i{width: 96px;}

@media  screen and (max-width:1199px){
  .right{display: none;}
}


/*内页标题*/
.n_tit{position: absolute;left: 0;top: 50%;width: 100%;text-align: center;z-index: 9;
-webkit-transform: translate(0, -40%);
	  -ms-transform: translate(0, -40%);
	      transform: translate(0, -40%);}
.n_tit strong{display: block;font-size: 100px;color: #ffffff;text-transform: uppercase;letter-spacing: 50px;padding-left: 50px;opacity:0.2; filter:alpha(opacity=20);height: 100px;line-height: 100px;}
.n_tit h1{display: block;margin-top: 10px;height: 62px;}
.n_tit h1 span{display:inline-block; letter-spacing:7px; *display:inline; *zoom:1;vertical-align: top;height: 62px;line-height: 62px;font-size: 40px;color: #ffffff;font-weight: bold;border-bottom: 1px solid rgba(255,255,255,0.40);}

@media  screen and (max-width:1480px){
  .n_tit strong{font-size: 80px;letter-spacing: 40px;padding-left: 40px;height: 80px;line-height: 80px;}
  .n_tit h1{margin-top: 8px;height: 54px;}
  .n_tit h1 span{height: 54px;line-height: 54px;font-size: 32px;}
}

@media  screen and (max-width:1199px){
  .n_tit strong{font-size: 60px;letter-spacing: 30px;padding-left: 30px;height: 60px;line-height: 60px;}
  .n_tit h1{margin-top: 6px;height: 46px;}
  .n_tit h1 span{height: 46px;line-height: 46px;font-size: 24px;}
}

@media  screen and (max-width:991px){
  .n_tit strong{font-size: 40px;letter-spacing: 20px;padding-left: 20px;height: 40px;line-height: 40px;}
  .n_tit h1{margin-top: 4px;height: 38px;}
  .n_tit h1 span{height: 38px;line-height: 38px;font-size: 16px; letter-spacing:3px;}
}

@media  screen and (max-width:767px){
  .n_tit strong{font-size: 20px;letter-spacing: 5px;padding-left: 5px;height: 20px;line-height: 20px;}
  .n_tit h1{margin-top: 2px;height: 24px;}
  .n_tit h1 span{height: 24px;line-height: 24px;font-size: 12px;}
}



/*侧导航*/
.w_0100_c1{float: left;width: 100%;text-align: center;background: rgba(41,41,41,0.50);margin-top: -58px;position: relative;z-index: 9;}
.w_0100_c2{float: left;width: 100%;text-align: center;background: #f7f7f7;}
.pz_SideLayer{ display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.pz_SideLayer .l1{float: left;}
.pz_SideLayer .l1 a{display: block;height: 58px;line-height: 58px;font-size: 18px;color: #a9a9a9;padding: 0 30px;}
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 a.hover{color: #ffffff;background: rgba(230,0,18,0.50);}
.pz_SideLayer .l2{float: left;position: relative;font-size: 16px;height: 58px;line-height: 58px;padding: 0 42px;}
.pz_SideLayer .l2::before{content: "";display: block;position: absolute;left: -17px;top: 50%;margin-top: -0.5px;width: 34px;height: 1px;background: #d2d2d2;}
.pz_SideLayer .l2:nth-child(1)::before{content: "";display: none;}
.pz_SideLayer .l2 a{color: #666666;}
.pz_SideLayer .l2 a:hover,
.pz_SideLayer .l2 a.hover{color: #e60012;}

@media  screen and (max-width:1199px){
  .w_0100_c1{margin-top: -50px;}
  .pz_SideLayer .l1 a{padding: 0 25px;height: 50px;line-height: 50px;font-size: 16px;}
  .pz_SideLayer .l2{padding: 0 32px;height: 50px;line-height: 50px;font-size: 14px;}
  .pz_SideLayer .l2::before{left: -12px;width: 24px;}
}

@media  screen and (max-width:991px){
  .w_0100_c1{margin-top: -42px;}
  .pz_SideLayer .l1 a{padding: 0 15px;height: 42px;line-height: 42px;font-size: 14px;}
  .pz_SideLayer .l2{padding: 0 22px;height: 42px;line-height: 42px;font-size: 12px;}
  .pz_SideLayer .l2::before{left: -10px;width: 20px;}
}

@media  screen and (max-width:767px){
  .pz_SideLayer .l1{ margin:10px 5px 0 5px;}
  .pz_SideLayer .l1 a{ float:left; width:auto; height:34px; border:#d9d9d9 solid 1px; padding:0 15px; color:#333333; font-size:14px; line-height:32px;  }
}



/* 分页 */
.d_0100_fy{ float:left; width:100%; text-align:center;padding:56px 0;}
.pz_fy{display:inline-block; *display:inline; *zoom:1;vertical-align: top;height: 20px}
.pz_fy a { display:block; float:left; height:20px; line-height:20px; font-size:16px; color:#3b3b3b; margin:0 6px;}
.pz_fy a:hover,.pz_fy a.on{color: #e60012;}
.pz_fy a.prve{position: relative;margin-right: 48px;}
.pz_fy a.prve::after{content: "";display: block;position: absolute;right: -22px;top: 50%;margin-top: -0.5px;width: 10px;height: 1px;background: #b4b4b4;}
.pz_fy a.next{position: relative;margin-left: 48px;}
.pz_fy a.next::after{content: "";display: block;position: absolute;left: -22px;top: 50%;margin-top: -0.5px;width: 10px;height: 1px;background: #b4b4b4;}
.fy_phone{ display:none;}

@media  screen and (max-width:1199px){
  .d_0100_fy{padding:46px 0;}
}

@media  screen and (max-width:991px){
  .d_0100_fy{padding:36px 0;}
}

@media  screen and (max-width:767px){
  .d_0100_fy{padding:26px 0;}
  .pz_fy{ display:none;}
  .fy_phone{ display:block;float:left; width:100%; text-align:center; font-size:14px; color:#333;}
  .fy_phone a{display:inline-block; *display:inline; *zoom:1; height:20px; text-align:center; line-height:20px; margin:0 5px;}
  .fy_phone a:hover{color: #e60012;}
  .fy_phone span{ padding:0 5%; color:#333; display:inline-block; *display:inline; *zoom:1; vertical-align:top; height:20px; line-height:20px;}
  .fy_phone a.prve{position: relative;margin-right: 28px;}
  .fy_phone a.prve::after{content: "";display: block;position: absolute;right: -22px;top: 50%;margin-top: -0.5px;width: 10px;height: 1px;background: #b4b4b4;}
  .fy_phone a.next{position: relative;margin-left: 28px;}
  .fy_phone a.next::after{content: "";display: block;position: absolute;left: -22px;top: 50%;margin-top: -0.5px;width: 10px;height: 1px;background: #b4b4b4;}
}



/*1作品*/
.w_0100_4{float: left;width: 100%;padding: 48px 0 0 0;}
.w_0100_4 .w_4{width: 1548px;margin: 0 auto;}
.w_0100_4 .w_4::after,
.w_0100_4 .w_4::before{content: "";display: block;clear: both;}
.w_0100_4 .w_4 ul{margin: 0 -6px;}
.w_0100_4 .w_4 ul li{float: left;width: 25%;padding: 0 6px;margin-top: 12px;}
.w_0100_4 .w_4 ul li:nth-child(1){width: 50%;}
.w_0100_4 .w_4 ul li a{display: block;position: relative;overflow: hidden;background: #282828;}
.w_0100_4 .w_4 ul li a img{display: block;width: 100%;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_4 .w_4 ul li a div{position: absolute;left: 0;bottom: 100%;background:rgba(255,255,255,0.8);width: 100%;height: 59%; z-index: 9;padding: 0 8%;text-align: center;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_4 .w_4 ul li a div::after{content: "";display: block;position: absolute;left: 33px;top: 100%;width: 0;height: 0;border-left: 14px solid transparent;border-right: 14px solid transparent;border-top: 15px solid rgba(255,255,255,0.8);}
.w_0100_4 .w_4 ul li a div > span{display: block;position: relative;top: 50%;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.w_0100_4 .w_4 ul li a div > span h2{display: block;height: 40px;line-height: 40px;font-size: 24px;color: #282828;position: relative;}
.w_0100_4 .w_4 ul li a div > span::after{content: "";display: block;position: absolute;left: 50%;top: 45px;margin-left: -17px;width: 34px;height: 1px;background: #282828;}
.w_0100_4 .w_4 ul li a div > span span{display: block;margin-top: 12px;line-height: 24px;font-size: 14px;color: #282828;height: 72px;overflow: hidden;}
.w_0100_4 .w_4 ul li a:hover img{opacity:0.4; filter:alpha(opacity=40);}
.w_0100_4 .w_4 ul li a:hover div{
-webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
        transform: translateY(100%);}

@media  screen and (max-width:1560px){
  .w_0100_4 .w_4{width: 1200px;}
  .w_0100_4 .w_4 ul li a div > span h2{height: 30px;line-height: 30px;font-size: 20px;}
  .w_0100_4 .w_4 ul li a div > span::after{top: 35px;}
  .w_0100_4 .w_4 ul li a div > span span{margin-top: 12px;line-height: 20px;font-size: 12px;height: 60px;}
}

@media  screen and (max-width:1199px){
  .w_0100_4{padding: 38px 0 0 0;}
  .w_0100_4 .w_4{width: 100%;}
  .w_0100_4 .w_4 ul li a div{z-index: 9;padding: 0 15px;}
  .w_0100_4 .w_4 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .w_0100_4 .w_4 ul li a div > span::after{top: 31px;}
  .w_0100_4 .w_4 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}

@media  screen and (max-width:991px){
  .w_0100_4{padding: 28px 0 0 0;}
  .w_0100_4 .w_4 ul li{width: 50%;}
  .w_0100_4 .w_4 ul li:nth-child(1){width: 100%;}
  .w_0100_4 .w_4 ul li a div{z-index: 9;padding: 0 10px;}
  .w_0100_4 .w_4 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .w_0100_4 .w_4 ul li a div > span::after{top: 31px;}
  .w_0100_4 .w_4 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}

@media  screen and (max-width:767px){
  .w_0100_2{padding: 15px 0 25px 0;}
  .w_0100_4 .w_4 ul li{width: 100%;margin-top: 15px;}
  .w_0100_4 .w_4 ul li a div > span h2{height: 28px;line-height: 28px;font-size: 18px;}
  .w_0100_4 .w_4 ul li a div > span::after{top: 31px;}
  .w_0100_4 .w_4 ul li a div > span span{margin-top: 10px;line-height: 20px;font-size: 12px;height: 40px;}
}


/*面包屑*/
.mbx{position: absolute;width: 100%; left: 0;top: -54px;text-align: center;}
.mbx span{display:inline-block; *display:inline; *zoom:1;vertical-align: top;height: 28px;line-height: 28px;font-size: 14px;color: #e5e5e5;padding-left: 30px;background: url(images/img_mbx_1.png) no-repeat left center/18px auto;}
.mbx span a{color: #e5e5e5;margin: 0 5px;}
.mbx span a.hover,
.mbx span a:hover{color: #c5191f;}

@media  screen and (max-width:767px){
  .mbx{top: -30px;}
  .mbx span{height: 24px;line-height: 24px;font-size: 12px;padding-left: 20px;background: url(images/img_mbx_1.png) no-repeat left center/14px auto;}
  .mbx span a{margin: 0 2px;}
}



/*2作品详情*/
.w_0100_5{float: left;width: 100%;padding: 0 0 80px 0;position: relative;z-index: 89;margin-top: -98px;}
.w_0100_5 .w_5{margin: 0 auto;background: #ffffff;width: 1250px;padding: 0 40px;}
.w_0100_5 .w_5::after,
.w_0100_5 .w_5::before{content: "";display: block;clear: both;}

@media  screen and (max-width:1366px){
  .w_0100_5 .w_5{width: 1200px;}
}

@media  screen and (max-width:1199px){
  .w_0100_5{padding: 0 0 60px 0;margin-top: -80px;}
  .w_0100_5 .w_5{width: 100%;padding: 0 30px;}
}

@media  screen and (max-width:991px){
  .w_0100_5{padding: 0 0 40px 0;margin-top: -60px;}
  .w_0100_5 .w_5{padding: 0 20px;}
}

@media  screen and (max-width:767px){
  .w_0100_5{padding: 0 0 20px 0;margin-top: -40px;}
  .w_0100_5 .w_5{padding: 0 10px;}
}



.t_0100_5{float: left;width: 100%;padding: 27px 280px 34px 0;border-bottom: 1px dashed #999999;position: relative;}
.t_0100_5 h2{display: block;float: left;width: 100%;line-height: 40px;font-size: 24px;color: #333333;}
.t_0100_5 span{display: block;float: left;width: 100%;margin-top: 8px;}
.t_0100_5 span h5{display: block;float: left;height: 24px;line-height: 24px;font-size: 14px;color: #666666;margin-right: 30px;}
.t_0100_5 span h5 img{display: block;float: left;margin: 5px 10px 0 0;width: 14px;}
.t_0100_5 ul{position: absolute;right: 0;top: 46px;}
.t_0100_5 ul li{float: left;}
.t_0100_5 ul li:nth-child(1){margin-right: 30px;}
.t_0100_5 ul li a{display: block;width: 110px;height: 38px;border: 1px solid #c5191f;text-align: center;line-height: 36px;font-size: 14px;color: #c5191f;
-webkit-border-radius:19px; 
   -moz-border-radius:19px;
        border-radius:19px;}
.t_0100_5 ul li a:hover{background: #c5191f;color: #ffffff;}

@media  screen and (max-width:1199px){
  .t_0100_5{padding: 25px 280px 30px 0;}
  .t_0100_5 h2{line-height: 36px;font-size: 22px;}
  .t_0100_5 span{margin-top: 6px;}
  .t_0100_5 span h5{height: 24px;line-height: 24px;font-size: 12px;margin-right: 20px;}
  .t_0100_5 span h5 img{margin: 5px 8px 0 0;width: 14px;}
  .t_0100_5 ul{top: 40px;}
}

@media  screen and (max-width:767px){
  .t_0100_5{padding: 20px 0 25px 0;}
  .t_0100_5 h2{line-height: 32px;font-size: 18px;}
  .t_0100_5 span{margin-top: 4px;}
  .t_0100_5 span h5{height: 24px;line-height: 24px;font-size: 12px;margin-right: 0;clear: both;}
  .t_0100_5 span h5 img{margin: 5px 8px 0 0;width: 14px;}
  .t_0100_5 ul{top: auto;position: relative;right: auto;float: left;width: 100%;margin-top: 15px;}
  .t_0100_5 ul li{float: right;}
  .t_0100_5 ul li:nth-child(1){margin-right: 0;float: left;}
  .t_0100_5 ul li a{height: 28px;line-height: 26px;font-size: 12px;
  -webkit-border-radius:14px; 
     -moz-border-radius:14px;
          border-radius:14px;}
}

.l_0100_5{float: left;width: 100%;padding: 30px 0 40px 0;font-size: 14px;line-height: 30px;color: #666666;}

@media  screen and (max-width:767px){
  .l_0100_5{padding: 20px 0;font-size: 12px;line-height: 28px;}
}

.r_0100_5{float: left;width: 100%;text-align: center;padding: 25px 0;background: url(images/img_5_4.jpg) center;}
.bdsharebuttonbox{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.bdsharebuttonbox a{display: block !important;float: left !important;margin: 0 12px !important;width: 48px !important;height: 48px !important;border: 3px solid rgba(255,255,255,0.00) !important;position: relative !important;background: #ffffff !important;
-webkit-border-radius:50% !important; 
   -moz-border-radius:50% !important;
        border-radius:50% !important;}
.bdsharebuttonbox a::after{content: "" !important;display: block !important;position: relative !important;width: 100% !important;height: 100% !important;opacity:1 !important; filter:alpha(opacity=100) !important;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.bdsharebuttonbox a::before{content: "" !important;display: block !important;position: absolute !important;width: 100% !important;height: 100% !important;left: 0;top: 0;opacity:0 !important; filter:alpha(opacity=00) !important;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.bdsharebuttonbox a.bds_tsina::after{background: url(images/img_News_detail_1.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_tsina::before{background: url(images/img_News_detail_1_h.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_weixin::after{background: url(images/img_News_detail_2.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_weixin::before{background: url(images/img_News_detail_2_h.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_sqq::after{background: url(images/img_News_detail_3.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_sqq::before{background: url(images/img_News_detail_3_h.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_qzone::after{background: url(images/img_News_detail_4.png) no-repeat center/cover;}
.bdsharebuttonbox a.bds_qzone::before{background: url(images/img_News_detail_4_h.png) no-repeat center/cover;}

.bdsharebuttonbox a:hover{border: 3px solid rgba(255,255,255,1.00) !important;background: #c5191f !important;}
.bdsharebuttonbox a:hover::after{opacity:0 !important; filter:alpha(opacity=00) !important;}
.bdsharebuttonbox a:hover::before{opacity:1 !important; filter:alpha(opacity=100) !important;}
#bdshare_weixin_qrcode_dialog{
-webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
        box-sizing: content-box;}

@media  screen and (max-width:767px){
  .r_0100_5{padding: 15px 0;}
  .bdsharebuttonbox a{margin: 0 3px !important;width: 36px !important;height: 36px !important;border: 2px solid rgba(255,255,255,0.00) !important;}
}


/*4灵道观点*/
.w_0100_6{float: left;width: 100%;padding: 26px 0 0 0;}
.w_0100_6 ul{width: 1200px;margin: 0 auto;}
.w_0100_6 ul::after,
.w_0100_6 ul::before{content: "";display: block;clear: both;}
.w_0100_6 ul li{float: left;width: 33.333333%;padding: 0 15px;margin-top: 30px;}
.w_0100_6 ul li a{display: block;float: left;width: 100%;background: #efefef;text-align: center;}
.w_0100_6 ul li a div{padding: 30px;height: 308px;}
.w_0100_6 ul li a div i{display: block;height: 173px;position: relative;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_6 ul li a div h4{display: block;height: 28px;line-height: 28px;font-size: 18px;color: #353535;margin-top: 40px;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_6 ul li a div span{display: block;height: 0;overflow: hidden;margin-top: 0;font-size: 14px;color: #6e6e6e; line-height: 28px;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_6 ul li a h6{display: block;line-height: 48px;padding: 0 5px;font-size: 12px;color: #212121;font-weight: bold;font-family: "Arial";
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_6 ul li a h6::before{content: "";display: block;height: 1px;background: #e8e8e8;}
.w_0100_6 ul li a:hover div i{height: 120px;}
.w_0100_6 ul li a:hover div h4{color: #bf0006;margin-top: 32px;}
.w_0100_6 ul li a:hover div span{height: 56px;margin-top: 10px;}
.w_0100_6 ul li a:hover h6{color: #bf0007;}

@media  screen and (max-width:1199px){
  .w_0100_6 ul{width: auto;margin: 0 auto;}
}

@media  screen and (max-width:991px){
  .w_0100_6 ul li{width: 50%;}
}

@media  screen and (max-width:767px){
  .w_0100_6{padding: 15px 0 0 0;}
  .w_0100_6 ul{margin: 0 -15px;}
  .w_0100_6 ul li{width: 100%;margin-top: 15px;}
  .w_0100_6 ul li a div{padding: 10px;height: auto;}
  .w_0100_6 ul li a div i{height: auto;}
  .w_0100_6 ul li a div h4{height: 24px;line-height: 24px;font-size: 14px;margin-top: 15px;}
  .w_0100_6 ul li a div span{height: 60px;font-size: 12px;line-height: 20px;margin-top: 5px;}
  .w_0100_6 ul li a h6{line-height: 48px;font-size: 12px;}
  .w_0100_6 ul li a:hover div i{height: auto;}
  .w_0100_6 ul li a:hover div h4{margin-top: 15px;}
  .w_0100_6 ul li a:hover div span{margin-top: 5px;height: 60px;}
}


/*5灵道文化*/
.w_0100_7{float: left;width: 100%;padding: 70px 0;text-align: center;}
.w_0100_7 .h1_7{display: block;line-height: 50px;font-size: 36px;color: #343434;}
.w_0100_7 .h1_7::after{content: "";display: block;margin: 23px auto 0 auto;width: 2px;height: 20px;background: #c5191f;}
.w_0100_7 .h2_7{display: block;margin-top: 27px;line-height: 30px;font-size: 24px;color: #343434;}
.w_0100_7 .h6_7{display: block;margin-top: 2px;height: 20px;line-height: 20px;font-size: 12px;font-family: "Arial";color: #343434;text-transform: uppercase;}
.w_0100_7 .h6_7::after{content: "";display: block;float: right;width: 450px;height: 1px;background: #dedde1;margin-top: 9px;}
.w_0100_7 .h6_7::before{content: "";display: block;float: left;width: 450px;height: 1px;background: #dedde1;margin-top: 9px;}
.w_0100_7 .w_7{font-size: 18px;line-height: 36px;color: #666666;margin-top: 28px;}
.w_0100_7 .w_7_1{margin-top: 50px;}
.w_0100_7 .w_7_1::after{content: "";display: block;clear: both;}
.w_0100_7 .w_7_1 ul{margin: 0 -15px;}
.w_0100_7 .w_7_1 ul li{float: left;width: 33.333333%;padding: 0 15px;text-align: center;}
.w_0100_7 .w_7_1 ul li img{display: block;margin: 0 auto;width: 114px;}
.w_0100_7 .w_7_1 ul li span{display: block;font-size: 18px;line-height: 30px;color: #343434;margin-top: 20px;}

@media  screen and (max-width:1199px){
  .w_0100_7{padding: 60px 0;}
  .w_0100_7 .h1_7{line-height: 46px;font-size: 32px;}
  .w_0100_7 .h1_7::after{margin: 20px auto 0 auto;width: 2px;height: 20px;}
  .w_0100_7 .h2_7{margin-top: 25px;line-height: 30px;font-size: 22px;}
  .w_0100_7 .h6_7::after,
  .w_0100_7 .h6_7::before{width: 350px;}
  .w_0100_7 .w_7{font-size: 16px;line-height: 32px;margin-top: 20px;}
  .w_0100_7 .w_7_1{margin-top: 40px;}
  .w_0100_7 .w_7_1 ul li{width: 33.333333%;}
  .w_0100_7 .w_7_1 ul li img{width: 94px;}
  .w_0100_7 .w_7_1 ul li span{font-size: 16px;line-height: 28px;margin-top: 15px;}
}

@media  screen and (max-width:991px){
  .w_0100_7{padding: 50px 0;}
  .w_0100_7 .h1_7{line-height: 42px;font-size: 28px;}
  .w_0100_7 .h1_7::after{margin: 15px auto 0 auto;}
  .w_0100_7 .h2_7{margin-top: 20px;line-height: 26px;font-size: 18px;}
  .w_0100_7 .h6_7::after,
  .w_0100_7 .h6_7::before{width: 250px;}
  .w_0100_7 .w_7{font-size: 14px;line-height: 28px;margin-top: 15px;}
  .w_0100_7 .w_7_1{margin-top: 30px;}
  .w_0100_7 .w_7_1 ul li{width: 33.333333%;}
  .w_0100_7 .w_7_1 ul li img{width: 74px;}
  .w_0100_7 .w_7_1 ul li span{font-size: 14px;line-height: 24px;margin-top: 10px;}
}

@media  screen and (max-width:767px){
  .w_0100_7{padding: 30px 0;}
  .w_0100_7 .h1_7{line-height: 36px;font-size: 24px;}
  .w_0100_7 .h1_7::after{margin: 5px auto 0 auto;height: 15px;}
  .w_0100_7 .h2_7{margin-top: 10px;line-height: 20px;font-size: 14px;}
  .w_0100_7 .h6_7{margin-top: 15px;line-height: 28px;}
  .w_0100_7 .h6_7::after,
  .w_0100_7 .h6_7::before{width: 100%;margin-top: 0;}
  .w_0100_7 .w_7{font-size: 12px;line-height: 24px;margin-top: 15px;}
  .w_0100_7 .w_7_1{margin-top: 5px;}
  .w_0100_7 .w_7_1 ul li{width: 100%;margin-top: 15px;}
  .w_0100_7 .w_7_1 ul li img{width: 54px;}
  .w_0100_7 .w_7_1 ul li span{font-size: 12px;line-height: 24px;margin-top: 5px;}
}

.w_0100_8{float: left;width: 100%;}
.w_0100_8 img{width: 100%;}


/*6灵道新闻*/
.w_0100_9{float: left;width: 100%;padding: 30px 0 0 0;}
.w_0100_9 ul li{float: left;width: 100%;margin-top: 30px;}
.w_0100_9 ul li a{display: block;float: left;width: 100%;padding: 29px;background: #fff;border: 1px solid #ececec;}
.w_0100_9 ul li a img{display: block;float: left;width: 270px;}
.w_0100_9 ul li a div{float: right;width: 800px;}
.w_0100_9 ul li a div h4{display: block;height: 28px;line-height: 28px;margin-top: 9px;font-size: 18px;color: #333333;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_9 ul li a div h6{display: block;margin-top: 7px;height: 24px;line-height: 24px;font-size: 12px;color: #999999;}
.w_0100_9 ul li a div span{display: block;font-size: 14px;line-height: 28px;color: #6b6b6b;margin-top: 14px;overflow: hidden;}
.w_0100_9 ul li a div h5{display: block;width: 90px;height: 30px;line-height: 30px;text-align: center;font-size: 16px;color: #999999;font-family: "Arial";margin-top: 36px;background: #f0f0f0;
-webkit-border-radius:15px; 
   -moz-border-radius:15px;
        border-radius:15px;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.w_0100_9 ul li a:hover{border: 1px solid #ffffff;
-webkit-box-shadow:0 0 13px rgba(0,0,0,0.13);
   -moz-box-shadow:0 0 13px rgba(0,0,0,0.13);
        box-shadow:0 0 13px rgba(0,0,0,0.13);}
.w_0100_9 ul li a:hover div h4{color: #c5191f;}
.w_0100_9 ul li a:hover div h5{color: #ffffff;background: #c5191f;}

@media  screen and (max-width:1199px){
  .w_0100_9{padding: 25px 0 0 0;}
  .w_0100_9 ul li{margin-top: 25px;}
  .w_0100_9 ul li a{padding: 24px;}
  .w_0100_9 ul li a img{width: 240px;}
  .w_0100_9 ul li a div{width: 640px;}
  .w_0100_9 ul li a div h4{height: 28px;line-height: 28px;margin-top: 0;font-size: 18px;}
  .w_0100_9 ul li a div h6{margin-top: 5px;height: 24px;line-height: 24px;font-size: 12px;}
  .w_0100_9 ul li a div span{font-size: 14px;line-height: 28px;margin-top: 10px;}
  .w_0100_9 ul li a div h5{width: 90px;height: 30px;line-height: 30px;font-size: 16px;margin-top: 20px;}
}

@media  screen and (max-width:991px){
  .w_0100_9{padding: 20px 0 0 0;}
  .w_0100_9 ul li{margin-top: 20px;}
  .w_0100_9 ul li a{padding: 19px;}
  .w_0100_9 ul li a img{width: 210px;}
  .w_0100_9 ul li a div{width: 460px;}
  .w_0100_9 ul li a div h4{height: 24px;line-height: 24px;margin-top: 5px;font-size: 18px;}
  .w_0100_9 ul li a div h6{margin-top: 0;height: 20px;line-height: 20px;font-size: 12px;}
  .w_0100_9 ul li a div span{font-size: 14px;line-height: 26px;margin-top: 5px;height: 104px;}
  .w_0100_9 ul li a div h5{width: 90px;height: 30px;line-height: 30px;font-size: 16px;margin-top: 15px;}
}

@media  screen and (max-width:767px){
  .w_0100_9{padding: 15px 0 0 0;}
  .w_0100_9 ul li{margin-top: 15px;}
  .w_0100_9 ul li a{padding: 14px;}
  .w_0100_9 ul li a img{width: 100%;}
  .w_0100_9 ul li a div{width: 100%;}
  .w_0100_9 ul li a div h4{height: 24px;line-height: 24px;margin-top: 15px;font-size: 16px;}
  .w_0100_9 ul li a div h6{font-size: 12px;}
  .w_0100_9 ul li a div span{font-size: 12px;line-height: 24px;margin-top: 0;height: 96px;}
  .w_0100_9 ul li a div h5{width: 60px;height: 24px;line-height: 24px;font-size: 14px;margin-top: 10px;float: right;clear: both;}
}


/*7新闻详情*/
.t_news_tit{float: left;width: 100%;text-align: center;padding: 26px 0 36px 0;border-bottom: 1px dashed #999999;}
.t_news_tit h2{display: block;line-height: 40px;font-size: 24px;color: #333333;}
.t_news_tit span{display: block;margin-top: 8px;}
.t_news_tit span ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_news_tit span ul li{float: left;margin: 0 15px;height: 24px;line-height: 24px;font-size: 14px;color: #666666;}
.t_news_tit span ul li img{display: block;float: left;width: 14px;margin: 5px 10px 0 0;}

@media  screen and (max-width:767px){
  .t_news_tit{padding: 15px 0 20px 0;}
  .t_news_tit h2{line-height: 30px;font-size: 16px;}
  .t_news_tit span{margin-top: 4px;}
  .t_news_tit span ul li{margin: 0 5px;height: 20px;line-height: 20px;font-size: 12px;}
  .t_news_tit span ul li img{display: block;float: left;width: 10px;margin: 5px 5px 0 0;}
}

.d_0100_5{float: left;width: 100%;margin-top: 20px;}
.d_0100_5 .d_5_1{float: left;width: 100%;position: relative;}
.d_0100_5 .d_5_1::after{content: "";display: block;position: absolute;left: 50%;top: 50%;width: 0;height: 15px;border-right: 1px dashed #b2b2b2;margin: -7.5px 0 0 -0.5px;}
.d_0100_5 .d_5_1 a{display: block;float: left;max-width: 48%;height: 32px;line-height: 32px;font-size: 16px;color: #727272;position: relative;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.d_0100_5 .d_5_1 a:nth-child(2){float: right;}
.d_0100_5 .d_5_1 a span{color: #999999;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.d_0100_5 .d_5_1 a:hover span{color: #c5191f;}
.d_0100_5 .d_5_1 a:nth-child(1){padding-left: 30px;}
.d_0100_5 .d_5_1 a:nth-child(1)::before{content: "";display: block;position: absolute;background: url(images/img_5_7.png) no-repeat center/100% 100%;left: 0;top: 50%;width: 19px;height: 12px;margin-top: -6px;}
.d_0100_5 .d_5_1 a:nth-child(2){padding-right: 30px;}
.d_0100_5 .d_5_1 a:nth-child(2)::before{content: "";display: block;position: absolute;background: url(images/img_5_8.png) no-repeat center/100% 100%;right: 0;top: 50%;width: 19px;height: 12px;margin-top: -6px;}

@media  screen and (max-width:767px){
  .d_0100_5{margin-top: 10px;}
  .d_0100_5 .d_5_1 a{height: 24px;line-height: 24px;font-size: 12px;}
  .d_0100_5 .d_5_1 a:nth-child(2){float: right;}
  .d_0100_5 .d_5_1 a:hover{color: #c5191f;}
  .d_0100_5 .d_5_1 a span{display: none;}
  .d_0100_5 .d_5_1 a:nth-child(1){padding-left: 20px;}
  .d_0100_5 .d_5_1 a:nth-child(1)::before{width: 10px;height: 6px;margin-top: -3px;}
  .d_0100_5 .d_5_1 a:nth-child(2){padding-right: 20px;}
  .d_0100_5 .d_5_1 a:nth-child(2)::before{width: 10px;height: 6px;margin-top: -3px;}
}

.d_0100_News_detail{float: left;width: 100%; margin-top: 50px;background: #f9f9f9;padding: 30px;}
.d_0100_News_detail h4{display: block;float: left;width: 100%;height: 28px;line-height: 28px;font-size: 18px;color: #c5191f;text-transform: uppercase;}
.d_0100_News_detail .d_News_detail{float: left;width: 100%;margin-top: 20px;}
.d_0100_News_detail .d_News_detail ul{margin: 0 -15px;}
.d_0100_News_detail .d_News_detail ul li{float: left;width: 50%;padding: 0 15px;}
.d_0100_News_detail .d_News_detail ul li a{display: block; float: left;width: 100%;position: relative; height: 39px;line-height: 38px;font-size: 14px; padding-right: 90px; border-bottom: 1px dashed #d7d8d8;}
.d_0100_News_detail .d_News_detail ul li a span{display: block; width: 100%; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; text-transform: uppercase;color: #333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.d_0100_News_detail .d_News_detail ul li a font{display: block;position: absolute;right: 0;top: 0;color: #777;}
.d_0100_News_detail .d_News_detail ul li a:hover span{color: #c5191f;}

@media  screen and (max-width:767px){
.d_0100_News_detail{margin-top: 15px;padding: 15px;}
.d_0100_News_detail h4{height: 26px;line-height: 26px;font-size: 16px;}
.d_0100_News_detail .d_News_detail{margin-top: 10px;}
.d_0100_News_detail .d_News_detail ul li{width: 100%;}
.d_0100_News_detail .d_News_detail ul li a{height: 35px;line-height: 34px;font-size: 12px; padding-right: 70px;}
}


/* sjh 切图 */
/* main */
.s_4{float: left; width: 100%;}
.s_4 .s_4_t{float: left; width: 100%; padding-bottom: 21px; position: relative;}
.s_4 .s_4_t::after{content: ""; width: 49px; height: 5px; position: absolute; left: 50%; margin-left: -25px; bottom: 0; background: #bf0007;}
.s_4 .s_4_t h1{width: 100%;text-align: center;  font-size: 52px;line-height: 88px; color: #bf0007;}
.s_4 .s_4_t h2{width: 100%;text-align: center; font-size: 39px; line-height: 68px; color: #323232; padding-top: 17px;}
.s_4_m{float: left; width: 100%; margin-top: 39px; }
.s_4_m ul{float: left;width: 100%; background: #f8f8f8; padding: 0 14px;  position: relative;}
.s_4_m .s_4_ul1{border-bottom: 1px solid #e3e3e3;}
.s_4_m .s_4_ul2{border-bottom: 1px solid #e3e3e3;}
.s_4_m .s_4_ul3{}
.s_4_m ul::after{content: ""; width: 1px; height: 90px; position: absolute; right: 14px; top: 50%; margin-top: -45px; background:#e3e3e3; }
.s_4_m ul .s_4_1i1,
.s_4_m ul .s_4_li2,
.s_4_m ul .s_4_li3{float: left; width: 16.666666%; height: 161px; position: relative;}
.s_4_m ul .s_4_li2{height: 154px; position: relative;}
.s_4_m ul .s_4_li3{height: 143px; position: relative;}
.s_4_m ul li::before{content: ""; width: 1px; height: 90px; position: absolute; left: 0; top: 50%; margin-top: -45px; background:#e3e3e3; }
.s_4_m ul li a{display: block;}
.s_4_m ul li img{display: block;}

@media  screen and (max-width:1199px){
	.s_4_m{margin-top: 29px ;}
	.s_4_m ul::after{height: 70px;  margin-top: -35px;}
	.s_4_m ul .s_4_1i1,
	.s_4_m ul .s_4_li2,
	.s_4_m ul .s_4_li3{height: 86px;}
	.s_4_m ul li::before{ height: 70px; margin-top: -35px; }
}
@media  screen and (max-width:991px){
	.s_4_m{margin-top: 19px;}
	.s_4_m ul::after{height: 50px;  margin-top: -25px;}
	.s_4_m ul .s_4_1i1,
	.s_4_m ul .s_4_li2,
	.s_4_m ul .s_4_li3{height: 65px;}
	.s_4_m ul li::before{ height: 50px; margin-top: -25px; }
}
@media  screen and (max-width:767px){
	.s_4_m{margin-top: 9px;}
	.s_4_m ul::after{display: none;}
	.s_4_m ul .s_4_1i1,
	.s_4_m ul .s_4_li2,
	.s_4_m ul .s_4_li3{height:60px; width: 33.333333%;}
	.s_4_m ul li::before{display: none;}
}

/*联系我们 p2*/
.st_5{float: left; padding: 47px 0 61px 0; width: 100%; margin-top: 74px; margin-bottom: 41px; box-shadow: 1px 1px 10px 3px #ededed;}
.st_5 h1{float: left; line-height: 50px; height: 50px; width: 100%; font-size: 30px; color: #c5191f; padding-left: 80px;}
.st_5 h4{float: left; line-height:28px; height: 28px; width: 100%; font-size: 16px; padding-left: 80px; color: #9c9c9c; text-transform: uppercase;}
.st_5 .st_5_1{ margin-top: 38px; background: #f5f5f5;}
.st_5 .st_5_1,
.st_5 .st_5_2,
.st_5 .st_5_3{float: left; padding: 36px 30px 34px 30px; width: 100%;}
.st_5 .st_5_3{background: #f5f5f5; padding: 17px 30px 17px 30px;}
.st_5 .st_5_1 span,
.st_5 .st_5_2 span,
.st_5 .st_5_3 span{display: block; float: left; width:50%; padding-left: 117px; padding-right: 55px; font-size: 16px; color: #4c4c4c; line-height: 28px; }
.st_5 .st_5_3 span{padding: 19px 55px 17px 117px;}
.st_5 .st_5_3 div{float: left; width:50%;  padding:0 55px;}
.st_5 .st_5_3 div img{display: block; float: left;}
.st_5 .st_5_3 div font{float: left; display: block; font-size: 16px; color: #4c4c4c; line-height: 28px; padding: 19px 0 17px 0; margin-left: 19px;}
.sd_5{float: left; padding: 10px; width: 100%; height: 360px; box-shadow: 1px 1px 10px 3px #ededed; margin-bottom: 81px;  }
.map{float: left; width: 100%; height: 340px; position: relative; overflow: hidden; font-size: 14px;}
.BMap_pop,.BMap_shadow,.anchorBL,.BMapLabel{display:none !important;}

@media  screen and (max-width:991px){
	.st_5{padding: 27px 0 41px 0; margin-top: 54px; margin-bottom: 21px;}
	.st_5 h1{line-height: 40px; height: 40px; font-size: 28px; padding-left: 60px;}
	.st_5 h4{line-height:24px; height: 24px; font-size: 14px; padding-left: 60px;}
	.st_5 .st_5_1{ margin-top: 28px;}
	.st_5 .st_5_1,
	.st_5 .st_5_2,
	.st_5 .st_5_3{padding: 26px 20px 24px 20px;}
	.st_5 .st_5_3{padding: 17px 20px 17px 20px;}
	.st_5 .st_5_1 span,
	.st_5 .st_5_2 span,
	.st_5 .st_5_3 span{padding-left: 107px; padding-right: 35px; font-size: 14px; line-height: 24px; }
	.st_5 .st_5_3 span{padding: 9px 55px 7px 107px;}
	.st_5 .st_5_3 div{padding:0 55px;}
	.st_5 .st_5_3 div img{width: 81px;}
	.st_5 .st_5_3 div font{font-size: 14px; line-height: 24px; padding: 19px 0 7px 0; margin-left: 9px;}
	.sd_5{margin-bottom: 61px;}
}
@media  screen and (max-width:767px){
	.st_5{padding: 17px 0 21px 0; margin-top: 34px; margin-bottom: 21px;}
	.st_5 h1{line-height: 30px; height: 30px; font-size: 18px; padding-left: 30px;}
	.st_5 h4{line-height:20px; height: 40px; font-size: 12px; padding-left: 30px;}
	.st_5 .st_5_1{margin-top: 18px;}
	.st_5 .st_5_1,
	.st_5 .st_5_2,
	.st_5 .st_5_3{padding: 16px 10px 14px 10px;}
	.st_5 .st_5_3{padding: 7px 10px 7px 10px;}
	.st_5 .st_5_1 span,
	.st_5 .st_5_2 span,
	.st_5 .st_5_3 span{padding-left: 87px; width: 100%; padding-right: 0; margin-top: 10px;}
	.st_5 .st_5_3 span{padding: 9px 5px 7px 87px;}
	.st_5 .st_5_3 div{padding:0 10px; width: 100%; margin-top: 10px;}
	.st_5 .st_5_3 div img{width: 71px;}
	.st_5 .st_5_3 div font{font-size: 14px; line-height: 24px; padding: 9px 0 7px 0; margin-left: 9px;}
	.sd_5{padding: 5px; height: 260px; margin-bottom: 41px;}
	.map{height: 240px;font-size: 12px;}
}

/*评论详情 p3*/
.sc_6{float: left;width: 100%; position: relative; top: -150px; left: 50%; margin-left: -50%;}
.st_6{float: left; width: 100%;color: #fff; font-size: 14px; text-align: center;}
.st_6 > div{display: inline-block; *display:inline; *zoom:1; margin-bottom: 28px;}
.st_6 img{display: block; float: left;}
.st_6 span{display: block; float: left; margin-left: 11px;}
.st_6 span a{color: #fff; font-size: 14px; }
.sc_6_1{margin:28px -40px 0 -40px;}
.sc_6_m{float: left; background: #fff; width: 100%; padding: 57px 0 0 0;}
.sc_6_m .sc_6_t{float: left; background: #f2f2f2; width: 100%; padding: 40px 70px 51px 70px; margin-bottom: 24px;}
.sc_6_m .sc_6_t .sc_6_le{float: left; width: 28%;}
.sc_6_m .sc_6_t .sc_6_le img{display: block;}
.sc_6_m .sc_6_t .sc_6_r{float: left; width: 72%; padding-top: 55px; font-size: 14px; line-height: 24px; color: #444444; position: relative;}
.sc_6_m .sc_6_t .sc_6_r::before{content: ""; width: 13px; height: 10px; background: url(images/s_p3_bg02.png) no-repeat; position: absolute; top: 33px; left: 0;}
.sc_6_m .sc_6_t .sc_6_r::after{content: ""; width: 13px; height: 10px; background: url(images/s_p3_bg03.png) no-repeat; position: absolute; bottom: -10px; right: 0;}
.sc_6_m .sc_6_t .sc_6_r div{float: left; width: 100%; height: 22px; line-height: 22px; color: #202020; font-size: 18px;}
.sc_6_m .sc_6_t .sc_6_r div span{float: left; display: block; background: #c5191f; color: #fff; margin-right: 10px;}
.sc_6_m .sc_6_d{float: left; width: 100%; padding: 33px 70px; background: #f2f2f2; position: relative;}
.sc_6_m .sc_6_d::before,
.sc_6_m .sc_6_d::after{content: ""; position: absolute; width: 12px; height: 52px;  top: -38px; background: url(images/s_p3_bg05.png) no-repeat;}
.sc_6_m .sc_6_d::before{left: 300px;}
.sc_6_m .sc_6_d::after{right: 300px;}
.sc_6_m .sc_6_d h4{float: left; font-size: 18px; line-height: 32px; color: #c5191f; width: 100%; position: relative; font-weight: bold;}
.sc_6_m .sc_6_d h4::after{content: "";width: 90%; height: 8px; position: absolute; right: 0; top: 50%; margin-top: -4px; background: url(images/s_p3_bg04.png) repeat-x;}
.sc_6_m .sc_6_d .span{display: block; float: left; line-height: 26px; padding-top: 7px; color: #666; font-size: 14px;}

@media  screen and (max-width:1199px){
	.sc_6{top: -100px;}
	.st_6 > div{ margin-bottom: 20px;}
	.sc_6_m{padding: 37px 0 0 0;}
	.sc_6_1{margin:18px 0 0 0;}
	.sc_6_m .sc_6_t{padding: 40px 40px 51px 40px;}
	.sc_6_m .sc_6_t .sc_6_le img{width: 200px;}
	.sc_6_m .sc_6_d{padding: 33px 60px; }
	.sc_6_m .sc_6_d::before{left: 150px;}
	.sc_6_m .sc_6_d::after{right: 150px;}
	.sc_6_m .sc_6_d h4::after{width: 85%;}
}
@media  screen and (max-width:991px){
	.sc_6_1{margin:28px -30px 0 -30px;}
	.sc_6_m{padding: 37px 0 0 0;}
	.sc_6_m .sc_6_t{padding: 40px 40px 51px 40px; margin-bottom: 24px;}
	.sc_6_m .sc_6_t .sc_6_le img{display: block; width: 150px;}
	.sc_6_m .sc_6_t .sc_6_r{padding-top: 35px; font-size: 14px; line-height: 24px; }
	.sc_6_m .sc_6_t .sc_6_r::before{top: 13px;}
	.sc_6_m .sc_6_t .sc_6_r div{height: 20px; line-height: 20px; font-size: 16px;}
	.sc_6_m .sc_6_d{padding: 33px 40px;}
	.sc_6_m .sc_6_d::before{left: 100px;}
	.sc_6_m .sc_6_d::after{right: 100px;}
	.sc_6_m .sc_6_d h4{font-size: 16px; line-height: 28px;}
	.sc_6_m .sc_6_d h4::after{width: 85%;}
	.sc_6_m .sc_6_d .span{line-height: 26px; padding-top: 7px; font-size: 14px;}
}
@media  screen and (max-width:767px){
	.sc_6{top:-50px;}
	.st_6{font-size: 12px;}
	.st_6 div{margin-bottom: 10px;}
	.st_6 div h5{line-height: 20px;}
	.st_6 span{display: block; float:none; margin-left: 11px;}
	.st_6 span a{font-size: 12px;}
	.sc_6_1{margin:18px 0 0 0;}
	.sc_6_m{padding: 17px 0 0 0;}
	.sc_6_m .sc_6_t{padding: 20px 20px 30px 20px; margin-bottom: 24px;}
	.sc_6_m .sc_6_t .sc_6_le{width: 100%;}
	.sc_6_m .sc_6_t .sc_6_le img{display: block; width: 150px; margin: 0 auto;}
	.sc_6_m .sc_6_t .sc_6_r{padding-top: 35px; font-size: 12px; line-height: 20px; width: 100%;}
	.sc_6_m .sc_6_t .sc_6_r::before{top: 13px;}
	.sc_6_m .sc_6_t .sc_6_r div{height: 18px; line-height: 18px; font-size: 14px;}
	.sc_6_m .sc_6_d{padding: 23px 20px;}
	.sc_6_m .sc_6_d::before{left: 50px;}
	.sc_6_m .sc_6_d::after{right: 50px;}
	.sc_6_m .sc_6_d h4{font-size: 14px; line-height: 24px;}
	.sc_6_m .sc_6_d h4::after{width: 60%;}
	.sc_6_m .sc_6_d .span{line-height: 20px; padding-top: 7px; font-size: 12px;}
}
/* 客户评论 p4 */
.sc_7{float: left; padding-top: 10px; width: 100%;}
.sc_7 ul{float: left; width: 100%;}
.sc_7 ul li{float: left; padding-top: 30px; width: 100%;}
.sc_7 ul li a{display: block; float: left; width: 100%; padding: 20px 50px 20px 20px; background: #f2f2f2;}
.sc_7 ul li a .s_img01{display: block; float: left;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.sc_7 ul li a .s_img02{display: none; float: left;
-webkit-transition: all 0.2s ease-out 0s;
   -moz-transition: all 0.2s ease-out 0s;
	  -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.sc_7 ul li a .sc_7_m{float: right; padding-top: 32px; padding-bottom:  21px; width: 79%; position: relative;}
.sc_7 ul li a .sc_7_m::before{content: ""; width: 13px; height: 10px; background: url(images/s_p3_bg02.png) no-repeat; position: absolute; top: 5px; left: 0;}
.sc_7 ul li a .sc_7_m::after{content: ""; width: 13px; height: 10px; background: url(images/s_p3_bg03.png) no-repeat; position: absolute; bottom: 21px; right: 0;}
.sc_7 ul li a .sc_7_m span{display: block; float: left; line-height: 24px; color: #444; font-size: 14px; height:48px; overflow: hidden;}
.sc_7 ul li a .sc_7_m div{float: left; width: 100%; height: 22px; line-height: 22px; color: #202020; font-size: 18px; margin-top: 25px;}
.sc_7 ul li a .sc_7_m div h4{float: left; display: block; background: #c5191f; color: #fff; margin-right: 10px; line-height: 22px; font-size: 18px;}
.sc_7 ul li a:hover{background: #fff; box-shadow: 1px 1px 10px 2px #eee;}
.sc_7 ul li a:hover .s_img01{display: none;}
.sc_7 ul li a:hover .s_img02{display: block;}

@media  screen and (max-width:1199px){
	.sc_7 ul{margin-bottom: 50px;}
	.sc_7 ul li{padding-top: 20px;}
	.sc_7 ul li a{padding: 15px 30px 15px 15px;}
	.sc_7 ul li a .sc_7_m{ padding-top: 32px; padding-bottom: 21px; width: 75%;}
}
@media  screen and (max-width:991px){
	.sc_7 ul li{padding-top: 20px;}
	.sc_7 ul li a{padding: 20px 20px 15px 15px;}
	.sc_7 ul li a img{width: 180px;}
	.sc_7 ul li a .sc_7_m{ padding-top: 32px; padding-bottom: 21px; width: 70%;}
}
@media  screen and (max-width:767px){
	.sc_7 ul li{padding-top: 15px;}
	.sc_7 ul li a{padding: 10px;}
	.sc_7 ul li a .s_img01,
	.sc_7 ul li a .s_img02{display: none;}
	.sc_7 ul li a .sc_7_m{ padding-top: 22px; padding-bottom: 15px; width: 100%;}
	.sc_7 ul li a .sc_7_m::before{top: 0px; left: 0;}
	.sc_7 ul li a .sc_7_m::after{bottom: 18px; right: 0;}
	.sc_7 ul li a .sc_7_m span{line-height: 20px; font-size: 12px; height:40px; }
	.sc_7 ul li a .sc_7_m div{height: 20px; line-height: 20px; font-size: 14px; margin-top: 15px;}
	.sc_7 ul li a .sc_7_m div h4{margin-right: 5px; font-size: 14px;line-height: 20px; }
	.sc_7 ul li a:hover .s_img02{display: none;}
}



/*down*/
.pz_down{float: left; height: auto; padding-bottom: 68px; text-align: center; vertical-align: middle;}
.s_d_1{float: left; width:100%; padding: 78px 0 88px 0; margin-bottom: 35px; text-align: center;}
.s_d_1 h1{float: left; width:100%; color: #fff; font-size: 30px; line-height: 44px;}
.s_d_1 h4{float: left;  width:100%; color: #fff; font-size: 18px; line-height: 40px; padding-top: 16px;}
.s_d_1 ul{display:inline-block; *display:inline; *zoom:1; vertical-align: middle; margin-top: 27px;}
.s_d_1 ul li{float: left; margin: 0 15px; padding-left: 43px; color: #fff; font-size: 18px; line-height: 30px; height: 30px;  }
.s_d_2 {display:inline-block; *display:inline; *zoom:1; vertical-align: middle; color: #a5a5a5;}
.s_d_2 a{color: #a5a5a5; font-size: 12px; line-height: 24px; height: 24px; padding:0 4px;}
.s_d_2 a:hover{color: #d80901;}
.pz_down span{float: left; width: 100%; text-align: center; font-size: 12px; line-height: 24px; color: #636363;}
.pz_down span a{color: #636363;}
.pz_down span a:hover{color: #a5a5a5;}

@media  screen and (max-width:1199px){
	.pz_down{ padding-bottom: 48px;}
	.s_d_1{margin-bottom: 25px;}
}
@media  screen and (max-width:991px){
	.pz_down{ padding-bottom: 28px;}
	.s_d_1{ padding: 68px 0 78px 0; margin-bottom: 15px;}
	.s_d_1 h1{ font-size: 24px; line-height: 34px;}
}
@media  screen and (max-width:767px){
	.pz_down{padding-bottom: 18px;}
	.s_d_1{padding: 28px 0 28px 0; margin-bottom: 10px;}
	.s_d_1 h1{display: none;}
	.s_d_1 h4{font-size: 14px; line-height: 18px; padding-top: 0;}
	.s_d_1 ul{margin-top: 10px;}
	.s_d_1 ul li{float:none; margin: 5px 0; padding-left: 43px; font-size: 14px; }
}



/*手机版底部菜单*/
.pf_d{ float:left; width:100%; height:50px;}
.pf_down{ width:100%; float:left; position:fixed; left:0; bottom:0; background:#fff; border-top:solid 1px #ddd; height:50px; z-index:99;}
.pf_down li{ width:33.3333%; float:left; text-align:center; padding:5px 0 0 0;}
.pf_down li .ico7{ width:100%; float:left; height:20px;}
.pf_down li .name{ width:100%; float:left; font-size:14px; color:#666; line-height:20px; font-family:"Arial";}
.pf_down li.l1 .ico7{ background:url(images/btn15.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l2 .ico7{ background:url(images/btn16.png) no-repeat center; background-size:20px 20px;}
.pf_down li.l3 .ico7{ background:url(images/down15.png) no-repeat center; background-size:20px 20px;}
.pf_down li:hover .name,
.pf_down li.on .name{ color:#e60013;}
.pf_down .l1:hover .ico7,
.pf_down .l1.on .ico7{ background:url(images/btn15_1.png) no-repeat center; background-size:20px 20px;}
.pf_down .l2:hover .ico7,
.pf_down .l2.on .ico7{ background:url(images/btn16_1.png) no-repeat center; background-size:20px 20px;}
.pf_down .l3:hover .ico7,
.pf_down .l3.on .ico7{ background:url(images/down15_1.png) no-repeat center; background-size:20px 20px;}


/*20180503*/
/*11品牌规划*/
.t_0100_nbt{float: left;width: 100%;text-align: center;}
.t_0100_nbt h1{display: block;height: 40px;line-height: 40px;font-size: 30px;color: #c0030a;}
.t_0100_nbt h5{display: block;height: 22px;line-height: 22px;font-size: 14px;font-family: "Arial";text-transform: uppercase;color: #999999;}


.w_0100_11{float: left;width: 100%;padding: 75px 0 0 0;}
.t_0100_11{float: left;width: 100%;margin-top: 50px;}
.t_0100_11 .t_11_1{float: left;width: 100%;text-align: center;position: relative;z-index: 9;}
.t_0100_11 .t_11_1 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_11 .t_11_1 ul li{float: left;width: 140px;height: 140px;text-align: center; border: 2px solid #ededed;position: relative;background: #ffffff;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}
.t_0100_11 .t_11_1 ul li img{display: block;margin: 18px auto 0 auto;width: 54px;}
.t_0100_11 .t_11_1 ul li h4{display: block;height: 36px;line-height: 36px;font-size: 18px;color: #333333; }
.t_0100_11 .t_11_1 ul li:nth-child(3),
.t_0100_11 .t_11_1 ul li:nth-child(4){margin: 0 43px;}
.t_0100_11 .t_11_1 ul li:nth-child(2),
.t_0100_11 .t_11_1 ul li:nth-child(5){margin: 0 9px;top: 90px;}
.t_0100_11 .t_11_1 ul li:nth-child(1),
.t_0100_11 .t_11_1 ul li:nth-child(6){margin: 0 13px;top: 236px;}
.t_0100_11 .t_11_2{float: left;width: 970px;height: 350px;position: relative;left: 50%;margin: -48px 0 0 -485px;background: url(images/bg_11.jpg) no-repeat center/100% 100%;text-align: center;}
.t_0100_11 .t_11_2 img{display: block;margin: 180px auto 0 auto;width: 91px;}

@media  screen and (max-width:1199px){
  .t_0100_nbt h1{height: 34px;line-height: 34px;font-size: 26px;}
  .t_0100_nbt h5{height: 20px;line-height: 20px;font-size: 14px;}

  .w_0100_11{padding: 60px 0 0 0;}
  .t_0100_11{margin-top: 40px;}
  .t_0100_11 .t_11_1 ul li{width: 106px;height: 106px;}
  .t_0100_11 .t_11_1 ul li img{margin: 16px auto 0 auto;width: 44px;}
  .t_0100_11 .t_11_1 ul li h4{height: 28px;line-height: 28px;font-size: 14px;}
  .t_0100_11 .t_11_1 ul li:nth-child(3),
  .t_0100_11 .t_11_1 ul li:nth-child(4){margin: 0 34px;}
  .t_0100_11 .t_11_1 ul li:nth-child(2),
  .t_0100_11 .t_11_1 ul li:nth-child(5){margin: 0 4px;top: 75px;}
  .t_0100_11 .t_11_1 ul li:nth-child(1),
  .t_0100_11 .t_11_1 ul li:nth-child(6){margin: 0 18px;top: 196px;}
  .t_0100_11 .t_11_2{float: left;width: 798px;height: 288px;margin: -40px 0 0 -399px;}
  .t_0100_11 .t_11_2 img{display: block;margin: 150px auto 0 auto;width: 74px;}
}

@media  screen and (max-width:991px){
  .t_0100_nbt h1{height: 28px;line-height: 28px;font-size: 22px;}
  .t_0100_nbt h5{height: 20px;line-height: 20px;font-size: 12px;}

  .w_0100_11{padding: 45px 0 0 0;}
  .t_0100_11{margin-top: 0;}
  .t_0100_11 .t_11_1 ul li{width: 106px;height: 106px;margin: 30px 15px 0 15px !important;}
  .t_0100_11 .t_11_1 ul li:nth-child(4){clear: both;}
  .t_0100_11 .t_11_1 ul li img{margin: 16px auto 0 auto;width: 44px;}
  .t_0100_11 .t_11_1 ul li h4{height: 28px;line-height: 28px;font-size: 14px;}
  .t_0100_11 .t_11_1 ul li:nth-child(2),
  .t_0100_11 .t_11_1 ul li:nth-child(5){top: 0;}
  .t_0100_11 .t_11_1 ul li:nth-child(1),
  .t_0100_11 .t_11_1 ul li:nth-child(6){top: 0;}
  .t_0100_11 .t_11_2{float: left;width: 100%;left: 0;background: none; height: auto;margin: 30px 0 0 0;padding-bottom: 30px;}
  .t_0100_11 .t_11_2 img{display: block;margin: 0 auto;width: 74px;}
}

@media  screen and (max-width:767px){
  .t_0100_nbt h1{height: 22px;line-height: 22px;font-size: 18px;}
  .t_0100_nbt h5{height: 18px;line-height: 18px;font-size: 12px;}

  .w_0100_11{padding: 30px 0 0 0;}
  .t_0100_11{margin-top: 0;}
  .t_0100_11 .t_11_1 ul li{width: 106px;height: 106px;margin: 30px 15px 0 15px !important;}
  .t_0100_11 .t_11_1 ul li:nth-child(4){clear: none;}
  .t_0100_11 .t_11_1 ul li:nth-child(3),
  .t_0100_11 .t_11_1 ul li:nth-child(5){clear: both;}
  .t_0100_11 .t_11_1 ul li img{margin: 16px auto 0 auto;width: 44px;}
  .t_0100_11 .t_11_1 ul li h4{height: 28px;line-height: 28px;font-size: 14px;}
  .t_0100_11 .t_11_1 ul li:nth-child(2),
  .t_0100_11 .t_11_1 ul li:nth-child(5){top: 0;}
  .t_0100_11 .t_11_1 ul li:nth-child(1),
  .t_0100_11 .t_11_1 ul li:nth-child(6){top: 0;}
  .t_0100_11 .t_11_2{float: left;width: 100%;left: 0;background: none; height: auto;margin: 30px 0 0 0;padding-bottom: 30px;}
  .t_0100_11 .t_11_2 img{display: block;margin: 0 auto;width: 74px;}
}


/*12品牌设计*/
.w_0100_12{float: left;width: 100%;padding: 75px 0 127px 0;}
.t_0100_12{float: left;width: 100%;position: relative;margin-top: 50px;}
.t_0100_12 ul{float: left;width: 320px;position: relative;z-index: 9;}
.t_0100_12 ul:nth-child(2){float: right;}
.t_0100_12 ul li{float: left;width: 100%;margin-top: 50px;height: 90px;background: #c0030a;line-height: 90px;font-size: 18px;color: #ffffff;
-webkit-border-radius:20px; 
   -moz-border-radius:20px;
        border-radius:20px;}
.t_0100_12 ul li i{display: block;float: left;width: 60px;margin: 15px 20px 0 30px;overflow: hidden;background: #ffffff;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;
-webkit-box-shadow:0 3px 15px rgba(0,0,0,0.08);
   -moz-box-shadow:0 3px 15px rgba(0,0,0,0.08);
        box-shadow:0 3px 15px rgba(0,0,0,0.08);}
.t_0100_12 ul li i img{display: block;}
.t_0100_12 div{position: absolute;left: 50%;top: -40px;background: url(images/img_12_1.png) no-repeat center/100% 100%;width: 550px;height: 550px;margin-left: -275px;}
.t_0100_12 div img{display: block;margin: 156px auto 0 auto;width: 200px;}

@media  screen and (max-width:1199px){
  .w_0100_12{padding: 60px 0 100px 0;}
  .t_0100_12{margin-top: 40px;}
  .t_0100_12 ul{width: 240px;}
}

@media  screen and (max-width:991px){
  .w_0100_12{padding: 50px 0 80px 0;}
  .t_0100_12{margin-top: 30px;}
  .t_0100_12 ul{width: 210px;}
  .t_0100_12 ul li i{margin: 15px 10px 0 15px;}
}

@media  screen and (max-width:767px){
  .w_0100_12{padding: 30px 0;}
  .t_0100_12{margin-top: 10px;}
  .t_0100_12 ul{width: 48%;}
  .t_0100_12 ul li{margin-top: 15px;height: 50px;line-height: 50px;font-size: 12px;
-webkit-border-radius:10px; 
   -moz-border-radius:10px;
        border-radius:10px;}
  .t_0100_12 ul li i{margin: 10px 10px 0 10px;width: 30px;}
  .t_0100_12 div{position: relative;left: 0;top: 0;width: 100%;float: left;margin: 15px 0 0 0;background: none;height: auto;padding: 15px 30%;}
  .t_0100_12 div img{width: 100%;margin: 0;}
}


/*13全网推广*/
.w_0100_13{float: left;width: 100%;padding: 75px 0 100px 0;}
.t_0100_13{float: left;width: 100%;margin-top: 40px;}
.t_0100_13 .t_13_1{float: left;width: 100%;text-align: center;}
.t_0100_13 .t_13_1 img{display: block;margin: 0 auto;width: 212px;}
.t_0100_13 .t_13_2{float: left;width: 100%;text-align: center;margin-top: 7px;}
.t_0100_13 .t_13_2 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_13 .t_13_2 ul li{float: left;margin: 0 31px;position: relative;}
.t_0100_13 .t_13_2 ul li::after,
.t_0100_13 .t_13_2 ul li::before{content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background: #ffffff;border-bottom: 2px solid #ededed;border-top: 2px solid #ededed;}
.t_0100_13 .t_13_2 ul li::after{
-webkit-transform: rotate(60deg);
   -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
     -o-transform: rotate(60deg);
        transform: rotate(60deg);}
.t_0100_13 .t_13_2 ul li::before{
-webkit-transform: rotate(-60deg);
   -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
     -o-transform: rotate(-60deg);
        transform: rotate(-60deg);}
.t_0100_13 .t_13_2 ul li span{display: block;width: 106px;height: 182px;border-bottom: 2px solid #ededed;border-top: 2px solid #ededed;background: #ffffff;position: relative;z-index: 9;}
.t_0100_13 .t_13_2 ul li span img{display: block;margin: 35px auto 0 auto;width: 67px;}
.t_0100_13 .t_13_2 ul li span h3{display: block;margin-top: 5px;height: 40px;line-height: 40px;font-size: 20px;color: #333333;}
.t_0100_13 .t_13_2 ul li:nth-child(2),
.t_0100_13 .t_13_2 ul li:nth-child(4){margin-top: -90px;}

@media  screen and (max-width:991px){
  .w_0100_13{padding: 45px 0 60px 0;}
  .t_0100_13{margin-top: 20px;}
  .t_0100_13 .t_13_1 img{width: 160px;}
  .t_0100_13 .t_13_2{margin-top: 30px;}
  .t_0100_13 .t_13_2 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
  .t_0100_13 .t_13_2 ul li{float: left;margin: 0 15px;position: relative;}
  .t_0100_13 .t_13_2 ul li::after,
  .t_0100_13 .t_13_2 ul li::before{display: none;}
  .t_0100_13 .t_13_2 ul li span{display: block;width: 106px;height: auto;border:0 none;background: #ffffff;position: relative;z-index: 9;}
  .t_0100_13 .t_13_2 ul li span img{display: block;margin: 0 auto;width: 67px;}
  .t_0100_13 .t_13_2 ul li span h3{display: block;margin-top: 5px;height: 40px;line-height: 40px;font-size: 20px;color: #333333;}
  .t_0100_13 .t_13_2 ul li:nth-child(2),
  .t_0100_13 .t_13_2 ul li:nth-child(4){margin-top: -60px;}
}

@media  screen and (max-width:767px){
  .w_0100_13{padding: 30px 0;}
  .t_0100_13{margin-top: 30px;}
  .t_0100_13 .t_13_1 img{width: 80px;}
  .t_0100_13 .t_13_2{margin-top: 15px;}
  .t_0100_13 .t_13_2 ul li{margin: 0;width: 33.333333%;padding: 0 5px;margin-top: 15px;}
  .t_0100_13 .t_13_2 ul li span{width: 100%;height: auto;border:0 none;background: #ffffff;position: relative;z-index: 9;}
  .t_0100_13 .t_13_2 ul li span img{display: block;margin: 0 auto;width: 67px;}
  .t_0100_13 .t_13_2 ul li span h3{margin-top: 0;height: 30px;line-height: 30px;font-size: 14px;}
  .t_0100_13 .t_13_2 ul li:nth-child(2),
  .t_0100_13 .t_13_2 ul li:nth-child(4){margin-top: 15px;}
  .t_0100_13 .t_13_2 ul li:nth-child(4){margin-left: 16.6666667%;}
}


/*14商业策划*/
.w_0100_14{float: left;width: 100%;padding: 75px 0 80px 0;}
.t_0100_14{float: left;width: 100%;margin-top: 58px;text-align: center;}
.t_0100_14 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_14 ul li{float: left;width: 270px;height: 270px;text-align: center;position: relative;margin-left: -37px;}
.t_0100_14 ul li img{display: block;margin: 63px auto 0 auto;width: 88px;}
.t_0100_14 ul li h3{display: block;margin-top: 24px;height: 40px;line-height: 40px;font-size: 20px;color: #444444;}
.t_0100_14 ul li:nth-child(1){background: url(images/img_14_1.png) no-repeat center/100% 100%;z-index: 9;margin-left: 0;}
.t_0100_14 ul li:nth-child(2){background: url(images/img_14_2.png) no-repeat center/100% 100%;z-index: 8;}
.t_0100_14 ul li:nth-child(3){background: url(images/img_14_3.png) no-repeat center/100% 100%;z-index: 7;}
.t_0100_14 ul li:nth-child(4){background: url(images/img_14_4.png) no-repeat center/100% 100%;z-index: 6;}
.t_0100_14 ul li:nth-child(2) h3,
.t_0100_14 ul li:nth-child(4) h3{color: #ffffff;}

@media  screen and (max-width:1199px){
  .t_0100_14 ul li{width: 210px;height: 210px;}
  .t_0100_14 ul li img{margin: 40px auto 0 auto;width: 66px;}
  .t_0100_14 ul li h3{margin-top: 20px;height: 36px;line-height: 36px;font-size: 18px;}
}

@media  screen and (max-width:767px){
  .w_0100_14{padding: 30px 0;}
  .t_0100_14{margin-top: 15px;}
  .t_0100_14 ul li{width: 120px;height: 120px;margin: 5px;}
  .t_0100_14 ul li:nth-child(3){clear: both;}
  .t_0100_14 ul li img{margin: 20px auto 0 auto;width: 44px;}
  .t_0100_14 ul li h3{margin-top: 5px;height: 24px;line-height: 24px;font-size: 12px;}
}


/*15视频创意*/
.w_0100_15{float: left;width: 100%;padding: 75px 0 150px 0;}
.t_0100_15{float: left;width: 430px;margin: 100px 0 0 -215px;position: relative;left: 50%;}
.t_0100_15 .t_15_1{float: left;width: 100%;height: 430px;border: 2px solid #ededed;position: relative;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}
.t_0100_15 .t_15_1 img{display: block;position: absolute;left: 50%;top: 50%;width: 230px;margin: -115px 0 0 -115px;}
.t_0100_15 .t_15_2{position: absolute;left: 0;top: 0;}
.t_0100_15 .t_15_2 ul li{position: absolute;width: 130px;border: 2px solid #eeeeee;background: #ffffff;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}
.t_0100_15 .t_15_2 ul li img{display: block;width: 100%;}
.t_0100_15 .t_15_2 ul li h4{display: block;position: absolute;padding: 0 30px;height: 36px;line-height: 36px;font-size: 18px;color: #333333;top: 50%;margin-top: -18px;white-space:nowrap;}
.t_0100_15 .t_15_2 ul li:nth-child(1){left: -40px;top: 35px;}
.t_0100_15 .t_15_2 ul li:nth-child(1) h4{right: 100%;}
.t_0100_15 .t_15_2 ul li:nth-child(2){left: 200px;top: -66px;}
.t_0100_15 .t_15_2 ul li:nth-child(2) h4{left: 100%;}
.t_0100_15 .t_15_2 ul li:nth-child(3){left: 371px;top: 131px;}
.t_0100_15 .t_15_2 ul li:nth-child(3) h4{left: 100%;}
.t_0100_15 .t_15_2 ul li:nth-child(4){left: 236px;top: 355px;}
.t_0100_15 .t_15_2 ul li:nth-child(4) h4{left: 100%;}
.t_0100_15 .t_15_2 ul li:nth-child(5){left: -18px;top: 295px;}
.t_0100_15 .t_15_2 ul li:nth-child(5) h4{right: 100%;}

@media  screen and (max-width:991px){
  .w_0100_15{padding: 50px 0;}
  .t_0100_15{width: 100%;margin: 50px 0 0 0;left: 0;}
  .t_0100_15 .t_15_1{height: auto;border: 0 none;
  -webkit-border-radius:0; 
     -moz-border-radius:0;
          border-radius:0;}
  .t_0100_15 .t_15_1 img{display: block;position:relative;left:0;top: 0;width: 180px;margin: 0 auto;}
  .t_0100_15 .t_15_2{position: relative;left: 0;top: 0;float: left;width: 100%;text-align: center;}
  .t_0100_15 .t_15_2 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
  .t_0100_15 .t_15_2 ul li{position:static;float: left; width: 130px;border: 0 none;margin: 30px 0 0 0;padding: 0 15px;
  -webkit-border-radius:0; 
     -moz-border-radius:0;
          border-radius:0;}
  .t_0100_15 .t_15_2 ul li img{display: block;width: 100%;border: 2px solid #eeeeee;
  -webkit-border-radius:50%; 
     -moz-border-radius:50%;
          border-radius:50%;}
  .t_0100_15 .t_15_2 ul li h4{position:static;display: block;padding: 0 0;height: 36px;line-height: 36px;font-size: 18px;color: #333333;margin-top: 15px;white-space:nowrap;}
}

@media  screen and (max-width:767px){
  .w_0100_15{padding: 30px 0;}
  .t_0100_15{margin: 30px 0 0 0;}
  .t_0100_15 .t_15_1 img{width: 120px;}
  .t_0100_15 .t_15_2{position: relative;left: 0;top: 0;float: left;width: 100%;text-align: center;}
  .t_0100_15 .t_15_2 ul{width: 100%;}
  .t_0100_15 .t_15_2 ul li{width: 20%;margin: 15px 0 0 0;padding: 0 5px;background: none;}
  .t_0100_15 .t_15_2 ul li h4{position:static;display: block;padding: 0 0;height: 20px;line-height: 20px;font-size: 10px;color: #333333;margin-top: 5px;white-space:nowrap;}
}


/*16数字开发*/
.w_0100_16{float: left;width: 100%;padding: 75px 0 0 0;}
.t_0100_16{float: left;width: 100%;margin-top: 38px;position: relative;}
.t_0100_16 .t_16_1{position: absolute;left: 0;top: 0;z-index: 9;width: 100%;text-align: center;}
.t_0100_16 .t_16_1 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_16 .t_16_1 ul li{float: left;width: 200px;text-align: center;}
.t_0100_16 .t_16_1 ul li img{display: block;margin: 0 auto;width: 62px;}
.t_0100_16 .t_16_1 ul li h4{display: block;height: 36px;line-height: 36px;font-size: 18px;color: #333333;margin-top: 8px;}
.t_0100_16 .t_16_2{margin: 0 auto;background: url(images/img_16_7.png) no-repeat center;width: 1134px;height: 485px;padding-top: 290px;}
.t_0100_16 .t_16_2 img{display: block;margin:  0 auto;}


@media  screen and (min-width:992px){
  .t_0100_16 .t_16_1 ul li:nth-child(3){margin: 40px 70px 0 70px;}
  .t_0100_16 .t_16_1 ul li:nth-child(2),
  .t_0100_16 .t_16_1 ul li:nth-child(4){margin-top: 135px;}
  .t_0100_16 .t_16_1 ul li:nth-child(1){margin: 330px -40px 0 0;}
  .t_0100_16 .t_16_1 ul li:nth-child(5){margin: 330px 0 0 -40px;}
}

@media  screen and (max-width:1199px){
  .w_0100_16{padding: 50px 0;}
  .t_0100_16{margin-top: 30px;}
  .t_0100_16 .t_16_1{position:relative;left: 0;top: 0;z-index: 9;width: 100%;}
  .t_0100_16 .t_16_1 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
  .t_0100_16 .t_16_1 ul li{float: left;width: 180px;text-align: center;}
  .t_0100_16 .t_16_1 ul li img{display: block;margin: 0 auto;width: 62px;}
  .t_0100_16 .t_16_1 ul li h4{display: block;height: 36px;line-height: 36px;font-size: 18px;color: #333333;margin-top: 8px;}
  .t_0100_16 .t_16_2{margin: 0 auto;background: none;width: 100%;height: auto;padding-top: 0;margin-top: -120px;}
  .t_0100_16 .t_16_2 img{display: block;margin:  0 auto;}
}

@media  screen and (max-width:991px){
  .w_0100_16{padding: 50px 0;}
  .t_0100_16{margin-top: 30px;}
  .t_0100_16 .t_16_1{position:relative;left: 0;top: 0;z-index: 9;width: 100%;}
  .t_0100_16 .t_16_1 ul{width: 100%;}
  .t_0100_16 .t_16_1 ul li{width: 20%;}
  .t_0100_16 .t_16_1 ul li img{display: block;margin: 0 auto;width: 62px;}
  .t_0100_16 .t_16_1 ul li h4{display: block;height: 36px;line-height: 36px;font-size: 18px;color: #333333;margin-top: 8px;}
  .t_0100_16 .t_16_2{margin: 0 auto;background: none;width: 100%;height: auto;padding-top: 0;margin-top: 30px;}
  .t_0100_16 .t_16_2 img{display: block;margin:  0 auto;}
}

@media  screen and (max-width:767px){
  .w_0100_16{padding: 30px 0;}
  .t_0100_16{margin-top: 15px;}
  .t_0100_16 .t_16_1 ul li img{width: 40px;}
  .t_0100_16 .t_16_1 ul li h4{height: 20px;line-height: 20px;font-size: 10px;margin-top: 5px;}
  .t_0100_16 .t_16_2{margin-top: 30px;}
  .t_0100_16 .t_16_2 img{width: 60px;}
}


/*17微信营销*/
.w_0100_17{float: left;width: 100%;padding: 75px 0 80px 0;}
.t_0100_17{float: left;width: 100%;margin-top: 38px;position: relative;}
.t_0100_17 .t_17_1{position: absolute;left: 0;top: 0;width: 100%;text-align: center;z-index: 9;}
.t_0100_17 .t_17_1 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_17 .t_17_1 ul li{float: left;width: 211px;text-align: center;}
.t_0100_17 .t_17_1 ul li img{display: block;margin: 57px auto 0 auto;width: 52px;}
.t_0100_17 .t_17_1 ul li h4{display: block;margin-top: 15px;height: 36px;line-height: 36px;font-size: 18px;color: #444444;}
.t_0100_17 .t_17_1 ul li:nth-child(1){margin: 255px -70px 0 0;}
.t_0100_17 .t_17_1 ul li:nth-child(3){margin: 255px 0 0 -70px;}
.t_0100_17 .t_17_2{margin: 0 auto;background: url(images/img_17_5.png) no-repeat center;width: 477px;height: 479px;padding-top: 203px;}
.t_0100_17 .t_17_2 img{display: block;margin: 0 auto;width: 126px;}

@media  screen and (max-width:767px){
  .w_0100_17{padding: 30px 0;}
  .t_0100_17{margin-top: 15px;}
  .t_0100_17 .t_17_1{position: relative;}
  .t_0100_17 .t_17_1 ul{width: 100%;}
  .t_0100_17 .t_17_1 ul li{width: 33.333333%;text-align: center;}
  .t_0100_17 .t_17_1 ul li img{display: block;margin: 0 auto;width: 52px;}
  .t_0100_17 .t_17_1 ul li h4{margin-top: 5px;height: 20px;line-height: 20px;font-size: 10px;}
  .t_0100_17 .t_17_1 ul li:nth-child(1){margin: 0;}
  .t_0100_17 .t_17_1 ul li:nth-child(3){margin: 0;}
  .t_0100_17 .t_17_2{margin: 0 auto;background: none;width: 100%;height: auto;padding-top: 0;margin-top: 15px;}
  .t_0100_17 .t_17_2 img{width: 80px;}
}


/*18整合传播*/
.w_0100_18{float: left;width: 100%;padding: 75px 0 80px 0;}
.t_0100_18{float: left;width: 100%;margin-top: 60px;position: relative;text-align: center;}
.t_0100_18 ul{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.t_0100_18 ul li{float: left;width: 369px;height: 369px;background: url(images/img_18_3.png) no-repeat center/100% 100%;text-align: center;}
.t_0100_18 ul li:nth-child(1){margin-right: 290px;}
.t_0100_18 ul li img{margin: 96px auto 0 auto;width: 120px;}
.t_0100_18 ul li h4{display: block;margin-top: 14px;height: 36px;line-height: 36px;font-size: 18px;color: #333333;}
.t_0100_18 ul li:nth-child(3){position: absolute;left: 50%;top: 0;margin-left: -184.5px;z-index: 9;background: #c0030a;
-webkit-border-radius:50%; 
   -moz-border-radius:50%;
        border-radius:50%;}
.t_0100_18 ul li:nth-child(3) h3{display: block;position: absolute;left: 0;top:50%;width: 100%;text-align: center;font-size: 20px;line-height: 36px;color: #ffffff;
-webkit-transform: translate(0, -50%);
	  -ms-transform: translate(0, -50%);
	      transform: translate(0, -50%);}

@media  screen and (max-width:1199px){
  .t_0100_18 ul li{float: left;width: 300px;height: 300px;}
  .t_0100_18 ul li img{margin: 76px auto 0 auto;}
  .t_0100_18 ul li:nth-child(1){margin-right: 220px;}
  .t_0100_18 ul li:nth-child(3){margin-left: -150px;}
}

@media  screen and (max-width:991px){
  .t_0100_18 ul li{float: left;width: 240px;height: 240px;}
  .t_0100_18 ul li img{margin: 46px auto 0 auto;width: 100px;}
  .t_0100_18 ul li h4{margin-top: 5px;font-size: 14px;}
  .t_0100_18 ul li:nth-child(1){margin-right: 160px;}
  .t_0100_18 ul li:nth-child(3){margin-left: -120px;}
  .t_0100_18 ul li:nth-child(3) h3{font-size: 16px;line-height: 32px;}
}

@media  screen and (max-width:767px){
  .w_0100_18{padding: 30px 0;}
  .t_0100_18{margin-top: 30px;}
  .t_0100_18 ul li{float: left;width: 100px;height: 100px;}
  .t_0100_18 ul li img{margin: 15px auto 0 auto;width: 40px;}
  .t_0100_18 ul li h4{margin-top: 5px;font-size: 10px;line-height: 20px;}
  .t_0100_18 ul li:nth-child(1){margin-right: 80px;}
  .t_0100_18 ul li:nth-child(3){margin: -10px 0 0 -60px;width: 120px;height: 120px;}
  .t_0100_18 ul li:nth-child(3) h3{font-size: 10px;line-height: 20px;padding: 0 10px;}
}



@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}